Drop rconn's responsibility for limiting the tx queue.
[sliver-openvswitch.git] / include / buffer.h
index e171800..0868069 100644 (file)
@@ -51,6 +51,7 @@ struct buffer {
     void *l7;                   /* Application data. */
 
     struct buffer *next;        /* Next in a list of buffers. */
+    void *private;              /* Private pointer for use by owner. */
 };
 
 void buffer_use(struct buffer *, void *, size_t);