Module: sip-router
Branch: mariusbucur/dmq
Commit: 7d5c3e875a7b3088ea1b0c2af49fe5fb96e7821c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d5c3e8…
Author: Marius Bucur <marius.bucur(a)1and1.ro>
Committer: Marius Bucur <marius.bucur(a)1and1.ro>
Date: Tue Apr 5 19:06:59 2011 +0300
added dmq_worker.h header file
---
modules_k/dmq/dmq_worker.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules_k/dmq/dmq_worker.h b/modules_k/dmq/dmq_worker.h
new file mode 100644
index 0000000..e20b075
--- /dev/null
+++ b/modules_k/dmq/dmq_worker.h
@@ -0,0 +1,8 @@
+
+
+struct dmq_worker {
+ void* queue;
+ int pid;
+};
+
+typedef struct dmq_worker dmq_worker_t;
\ No newline at end of file