cfm: Cleanup output of ovs-appctl "cfm/show" command.
[openvswitch] / lib / netlink-socket.h
index 3ea790cfd647a45ba460eddb205cd47a886099d8..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 {