aboutsummaryrefslogtreecommitdiff
path: root/lib/netlink-socket.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-11-22 11:05:53 -0800
committerBen Pfaff <blp@nicira.com>2011-11-28 09:19:48 -0800
commit3907401ce6c5a848797507fcd6bc97218d4847e2 (patch)
treea4f862280f9d8ac702d475adb42b5f169a73e49e /lib/netlink-socket.h
parentf6d1465cec98fd7e83845d24fb394145bbbcf531 (diff)
Revert "poll-loop: Enable checking whether a FD caused a wakeup."
This reverts commit 1e276d1a10539a8cd97d2ad63c073a9a43f0f1ef. The poll_fd_woke() and nl_sock_woke() function added in that commit are no longer used, so there is no reason to keep them in the tree.
Diffstat (limited to 'lib/netlink-socket.h')
-rw-r--r--lib/netlink-socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h
index 7e01acbf..b6356b9e 100644
--- a/lib/netlink-socket.h
+++ b/lib/netlink-socket.h
@@ -60,7 +60,6 @@ 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 *);