Drop rconn's responsibility for limiting the tx queue.
[openvswitch] / include / queue.h
index c2d0f22d13b60d4e4ba6d07c6085a22d11f453b1..113d5013a710f6e523eb7ea5ccc01b9dd078efed 100644 (file)
@@ -46,5 +46,6 @@ void queue_destroy(struct queue *);
 void queue_clear(struct queue *);
 void queue_advance_head(struct queue *, struct buffer *next);
 void queue_push_tail(struct queue *, struct buffer *);
+struct buffer *queue_pop_head(struct queue *);
 
 #endif /* queue.h */