Hint parsing

This commit is contained in:
Mark Riddoch
2014-07-25 16:33:49 +01:00
parent 764ceac105
commit 2dea68b9b3
12 changed files with 1142 additions and 9 deletions

View File

@ -45,7 +45,7 @@
*/
#include <spinlock.h>
#include <skygw_debug.h>
#include <hints.h>
#include <hint.h>
/**
@ -143,4 +143,5 @@ extern void gwbuf_set_type(GWBUF *head, gwbuf_type_t type);
extern int gwbuf_add_property(GWBUF *buf, char *name, char *value);
extern char *gwbuf_get_property(GWBUF *buf, char *name);
extern GWBUF *gwbuf_make_contiguous(GWBUF *);
extern int gwbuf_add_hint(GWBUF *, HINT *);
#endif