summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-23 18:27:21 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-10-15 01:57:19 +0900
commit2be081ffd6228a0c0f9321c9ce722348c2ef4abd (patch)
tree7c9ed901a6475f22cf40b511212dca2bc5d9f4a6 /src/systemd
parent4e8f0ef92160267e7d4725735e948258dfb9bbec (diff)
downloadsystemd-2be081ffd6228a0c0f9321c9ce722348c2ef4abd.tar.gz
sd-netlink: support NLMSG_DONE
Diffstat (limited to 'src/systemd')
-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 04bb2e547a..283c2dd35b 100644
--- a/src/systemd/sd-netlink.h
+++ b/src/systemd/sd-netlink.h
@@ -36,6 +36,7 @@ typedef struct sd_netlink_slot sd_netlink_slot;
typedef enum sd_gen_family {
SD_GENL_ERROR,
+ SD_GENL_DONE,
SD_GENL_ID_CTRL,
SD_GENL_WIREGUARD,
SD_GENL_FOU,