aboutsummaryrefslogtreecommitdiff
path: root/net/beanstalkd/files/patch-tube.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/beanstalkd/files/patch-tube.h')
-rw-r--r--net/beanstalkd/files/patch-tube.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/beanstalkd/files/patch-tube.h b/net/beanstalkd/files/patch-tube.h
new file mode 100644
index 000000000000..133b49692e2c
--- /dev/null
+++ b/net/beanstalkd/files/patch-tube.h
@@ -0,0 +1,17 @@
+--- tube.h.orig 2011-06-24 15:37:57.000000000 +0400
++++ tube.h 2011-06-24 15:38:13.000000000 +0400
+@@ -35,13 +35,13 @@
+ char name[MAX_TUBE_NAME_LEN];
+ struct pq ready;
+ struct pq delay;
+- struct job buried;
+ struct ms waiting; /* set of conns */
+ struct stats stat;
+ unsigned int using_ct;
+ unsigned int watching_ct;
+ usec pause;
+ usec deadline_at;
++ struct job buried;
+ };
+
+ extern struct ms tubes;