Selaa lähdekoodia

added dmq_worker.h header file

Marius Bucur 14 vuotta sitten
vanhempi
commit
7d5c3e875a
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  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;