Skip to content

Commit

Permalink
fixup! gnrc_netreg: add arbitrary callback support
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
miri64 committed Aug 5, 2016
1 parent 6dd63e4 commit fb93fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/gnrc/netreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef void (*gnrc_netreg_entry_cb_t)(uint16_t cmd, gnrc_pktsnip_t *pkt,
typedef struct {
gnrc_netreg_entry_cb_t cb; /**< the callback */
void *ctx; /**< application context for the callback */
} gnrc_netreg_entry_cbd_t
} gnrc_netreg_entry_cbd_t;
#endif

/**
Expand Down

0 comments on commit fb93fae

Please sign in to comment.