summaryrefslogtreecommitdiffstats
path: root/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'iface.h')
-rw-r--r--iface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/iface.h b/iface.h
index 53d3441..fb9b2a0 100644
--- a/iface.h
+++ b/iface.h
@@ -70,13 +70,15 @@ struct _flxInterfaceAddress {
guchar scope;
flxAddress address;
- gint rr_id;
+ flxEntryGroup *entry_group;
flxInterface *interface;
};
flxInterfaceMonitor *flx_interface_monitor_new(flxServer *server);
void flx_interface_monitor_free(flxInterfaceMonitor *m);
+void flx_interface_monitor_sync(flxInterfaceMonitor *m);
+
flxInterface* flx_interface_monitor_get_interface(flxInterfaceMonitor *m, gint index, guchar protocol);
flxHwInterface* flx_interface_monitor_get_hw_interface(flxInterfaceMonitor *m, gint index);