cfm: Cleanup output of ovs-appctl "cfm/show" command.
[openvswitch] / lib / netlink-socket.h
index 43b4b023da046fef490c8258ea47c191bc56b0a9..d789f4123b27a87d518e3f82f794c6405a75eaa2 100644 (file)
@@ -59,6 +59,9 @@ int nl_sock_transact(struct nl_sock *, const struct ofpbuf *request,
 int nl_sock_drain(struct nl_sock *);
 
 void nl_sock_wait(const struct nl_sock *, short int events);
+short int nl_sock_woke(const struct nl_sock *);
+
+uint32_t nl_sock_pid(const struct nl_sock *);
 
 /* Table dumping. */
 struct nl_dump {
@@ -75,5 +78,8 @@ int nl_dump_done(struct nl_dump *);
 
 /* Miscellaneous */
 int nl_lookup_genl_family(const char *name, int *number);
+int nl_lookup_genl_mcgroup(const char *family_name, const char *group_name,
+                           unsigned int *multicast_group,
+                           unsigned int fallback);
 
 #endif /* netlink-socket.h */