|
football
socket abstraction layer
|
Football message management functions. More...
#include <config.h>#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <assert.h>#include "fb_public.h"#include "fb_service.h"Functions | |
| void | fb_free_freelists () |
| FB_MESSAGE * | fb_messagealloc (void) |
| void | fb_messagefree (FB_MESSAGE *freethis) |
| FB_MESSAGELIST * | fb_qalloc (void) |
| void | fb_qfree (FB_MESSAGELIST *freethis) |
| bool | fb_queue_empty (FB_IOQUEUE *q) |
| bool | fb_queue_add (FB_IOQUEUE *queue, FB_MESSAGE *message) |
| void | fb_queue_consume (FB_IOQUEUE *q, size_t consume) |
| void | fb_queue_destroy (FB_IOQUEUE *q) |