@@ -0,0 +1,8 @@
+
+struct dmq_worker {
+ void* queue;
+ int pid;
+};
+typedef struct dmq_worker dmq_worker_t;