Initial HINT structure added

This commit is contained in:
Mark Riddoch
2014-07-16 18:29:20 +01:00
parent 0dcc23a33c
commit 944ee9134c
3 changed files with 63 additions and 0 deletions

View File

@ -82,6 +82,7 @@ SHARED_BUF *sbuf;
sbuf->refcount = 1;
rval->sbuf = sbuf;
rval->next = NULL;
rval->hint = NULL;
rval->gwbuf_type = GWBUF_TYPE_UNDEFINED;
rval->command = 0;
CHK_GWBUF(rval);