memcache/request.h
changeset 49 10c7dce1a043
parent 48 1c67f512779b
--- a/memcache/request.h	Fri Aug 29 23:31:17 2008 +0300
+++ b/memcache/request.h	Sat Aug 30 19:13:15 2008 +0300
@@ -4,7 +4,8 @@
 #include <sys/queue.h>
 
 #include "../memcache.h"
-#include "connection.h"
+
+TAILQ_HEAD(memcache_reqqueue_head, memcache_req);
 
 struct memcache_req {
     // the memcache context that we belong to