projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ce342
)
add BLOBMSG_TYPE_LAST
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 29 Dec 2010 14:08:45 +0000
(15:08 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 29 Dec 2010 14:08:45 +0000
(15:08 +0100)
blobmsg.h
patch
|
blob
|
history
diff --git
a/blobmsg.h
b/blobmsg.h
index 9e7193934d11b33097896731fc241922a2c238fb..b50cca96d6a7e9aa2902412e5e367ec0f0a5f3bb 100644
(file)
--- a/
blobmsg.h
+++ b/
blobmsg.h
@@
-29,7
+29,9
@@
enum blobmsg_type {
BLOBMSG_TYPE_INT64,
BLOBMSG_TYPE_INT32,
BLOBMSG_TYPE_INT16,
- BLOBMSG_TYPE_INT8
+ BLOBMSG_TYPE_INT8,
+ __BLOBMSG_TYPE_LAST,
+ BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1
};
struct blobmsg_hdr {