Docs for mbuf.flags

This commit is contained in:
Nils O. Selåsdal
2013-10-26 23:00:32 +02:00
parent 1b563e797b
commit 8a44b591de
+1
View File
@@ -30,6 +30,7 @@ struct MBuf {
/**Arbitary pointer user can associate with the mbuf*/ /**Arbitary pointer user can associate with the mbuf*/
void *cookie; void *cookie;
/*UC_MBUF_FLAGS. The upper 16 bits can be used by the application */
uint32_t flags; uint32_t flags;
/** Total no of bytes from bufstart*/ /** Total no of bytes from bufstart*/
uint32_t allocated; uint32_t allocated;