Explorar o código

added dmq_worker.h header file

Marius Bucur %!s(int64=14) %!d(string=hai) anos
pai
achega
7d5c3e875a
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      modules_k/dmq/dmq_worker.h

+ 8 - 0
modules_k/dmq/dmq_worker.h

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