summaryrefslogtreecommitdiff
path: root/src/systemd/sd-netlink.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2015-07-29 11:59:16 +0530
committerSusant Sahani <ssahani@gmail.com>2015-07-29 11:59:16 +0530
commitc06aead0c39d0dd2f1ee5bfde073e2a66756cff4 (patch)
tree26ea62190662be761161018d731ad76596178026 /src/systemd/sd-netlink.h
parentde566208ee43784582f0ad9363f8540c8f920836 (diff)
downloadsystemd-c06aead0c39d0dd2f1ee5bfde073e2a66756cff4.tar.gz
sd-netlink: introduce api for new NL type NLA_FLAG
Diffstat (limited to 'src/systemd/sd-netlink.h')
-rw-r--r--src/systemd/sd-netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-netlink.h b/src/systemd/sd-netlink.h
index 24a9ed8e77..cb462bf48f 100644
--- a/src/systemd/sd-netlink.h
+++ b/src/systemd/sd-netlink.h
@@ -69,6 +69,7 @@ int sd_netlink_attach_event(sd_netlink *nl, sd_event *e, int priority);
int sd_netlink_detach_event(sd_netlink *nl);
int sd_netlink_message_append_string(sd_netlink_message *m, unsigned short type, const char *data);
+int sd_netlink_message_append_flag(sd_netlink_message *m, unsigned short type);
int sd_netlink_message_append_u8(sd_netlink_message *m, unsigned short type, uint8_t data);
int sd_netlink_message_append_u16(sd_netlink_message *m, unsigned short type, uint16_t data);
int sd_netlink_message_append_u32(sd_netlink_message *m, unsigned short type, uint32_t data);