On Sat, Oct 04, 2014 at 09:22:23AM +0800, Wang Sheng-Hui wrote:
>
> The return type of ofpbuf_tail and ofpbuf_end is pointer, not byte.
>
> Signed-off-by: Wang Sheng-Hui
Applied, thanks!
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/
The return type of ofpbuf_tail and ofpbuf_end is pointer, not byte.
Signed-off-by: Wang Sheng-Hui
---
lib/ofpbuf.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h
index adaf526..53c43fb 100644
--- a/lib/ofpbuf.h
+++ b/lib/ofpbuf.h
@@ -203,14