summaryrefslogtreecommitdiffstats
path: root/mmss-protocol
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 19:30:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 19:30:37 +0100
commit976cea11de8bc45fcff1a5c1e007b406e2469db7 (patch)
tree20efeb6b8ce0e03675e3a12ea20f7b1919729f8c /mmss-protocol
parent33d1cf04a7e8d5b4cb7ed45af75eed06a27d1292 (diff)
downloadgmrf-976cea11de8bc45fcff1a5c1e007b406e2469db7.tar
gmrf-976cea11de8bc45fcff1a5c1e007b406e2469db7.zip
Inform protocol about interfaces
Diffstat (limited to 'mmss-protocol')
-rw-r--r--mmss-protocol/mmss_protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mmss-protocol/mmss_protocol.c b/mmss-protocol/mmss_protocol.c
index cad6d76..16f10e4 100644
--- a/mmss-protocol/mmss_protocol.c
+++ b/mmss-protocol/mmss_protocol.c
@@ -40,5 +40,6 @@ const mmss_protocol_t mmss_protocol_info = {
.get_version = get_version,
.init = gmrf_protocol_init,
+ .add_iface = gmrf_protocol_add_iface,
.handle_packet = gmrf_protocol_handle_packet,
};