Inform protocol about interfaces

This commit is contained in:
Matthias Schiffer 2013-03-18 19:30:37 +01:00
parent 33d1cf04a7
commit 976cea11de
6 changed files with 35 additions and 17 deletions

View file

@ -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,
};