[sr-dev] git:mariusbucur/dmq: added dmq_worker.h header file

Marius Ovidiu Bucur marius at marius-bucur.ro
Tue Apr 5 18:07:33 CEST 2011


Module: sip-router
Branch: mariusbucur/dmq
Commit: 7d5c3e875a7b3088ea1b0c2af49fe5fb96e7821c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d5c3e875a7b3088ea1b0c2af49fe5fb96e7821c

Author: Marius Bucur <marius.bucur at 1and1.ro>
Committer: Marius Bucur <marius.bucur at 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




More information about the sr-dev mailing list