summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface-pfroute.h
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-18 23:23:47 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-18 23:23:47 +0000
commitd266407d3e6d8f2a8e14e8bd2f89fa8a4333613c (patch)
tree57c21cb781953188986dbbe0c3e2c995409a8abb /avahi-core/iface-pfroute.h
parent3839bb837f7ed2e7cb03834469b0f35adad3ecc5 (diff)
* fix a bug
* replace m->osdep.pfroute->poll_api by m->server->poll_api git-svn-id: file:///home/lennart/svn/public/avahi/trunk@818 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/iface-pfroute.h')
-rw-r--r--avahi-core/iface-pfroute.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/avahi-core/iface-pfroute.h b/avahi-core/iface-pfroute.h
index e46df5f..34098da 100644
--- a/avahi-core/iface-pfroute.h
+++ b/avahi-core/iface-pfroute.h
@@ -26,7 +26,6 @@
typedef struct AvahiPfRoute AvahiPfRoute;
struct AvahiPfRoute {
int fd;
- const AvahiPoll *poll_api;
AvahiWatch *watch;
AvahiInterfaceMonitor *m;
};