module ContentFilterTest { const short UUID_LENGTH = 16; typedef octet Uuid[UUID_LENGTH]; struct message { Uuid producer_id; //@key string msg; }; };