Explorar el Código

added dmq_worker.h header file

Marius Bucur hace 14 años
padre
commit
7d5c3e875a
Se han modificado 1 ficheros con 8 adiciones y 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;