Changeset 6266 for luci2/libunl/unl/msg.h
- Timestamp:
- 10/09/10 13:05:51 (3 years ago)
- Files:
-
- 1 modified
-
luci2/libunl/unl/msg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci2/libunl/unl/msg.h
r6263 r6266 220 220 221 221 #define unl_msg_append_number(nh, type, datatype, value) \ 222 (*((datatype*)unl_msg_claim_attr(n la, type, sizeof(datatype))) = value)222 (*((datatype*)unl_msg_claim_attr(nh, type, sizeof(datatype))) = value) 223 223 224 224
