summaryrefslogtreecommitdiff
path: root/lib/byteq.c
Commit message (Collapse)AuthorAgeFilesLines
* byteq: Make the queue size variable instead of fixed at BYTEQ_SIZE bytes.Ben Pfaff2013-07-171-11/+15
| | | | Signed-off-by: Ben Pfaff <blp@nicira.com>
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-8/+7
| | | | | | | | This is a straight search-and-replace, except that I also removed #include <assert.h> from each file where there were no assert calls left. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* byteq: Move from extras/ezio into lib and export some private functions.Ben Pfaff2009-11-041-0/+197
The upcoming JSON-RPC library wants to use this library, and it needs some functions that are currently declared static.