From 8a44b591de1d85c3275a5b9f771d2839c6c0b7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sat, 26 Oct 2013 23:00:32 +0200 Subject: [PATCH] Docs for mbuf.flags --- include/ucore/mbuf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ucore/mbuf.h b/include/ucore/mbuf.h index 256354a..1b92b81 100644 --- a/include/ucore/mbuf.h +++ b/include/ucore/mbuf.h @@ -30,6 +30,7 @@ struct MBuf { /**Arbitary pointer user can associate with the mbuf*/ void *cookie; + /*UC_MBUF_FLAGS. The upper 16 bits can be used by the application */ uint32_t flags; /** Total no of bytes from bufstart*/ uint32_t allocated;