mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove comment
This commit is contained in:
parent
1c14f32a6b
commit
3f50daf3eb
2 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,6 @@
|
||||||
|
|
||||||
#include "multicastsocket.h"
|
#include "multicastsocket.h"
|
||||||
|
|
||||||
// TODO: Consider to remove this...
|
|
||||||
|
|
||||||
// based on: http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/Kap11-018.htm
|
// based on: http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/Kap11-018.htm
|
||||||
|
|
||||||
static struct ip_mreq command;
|
static struct ip_mreq command;
|
||||||
|
|
|
@ -1162,7 +1162,8 @@ static void ubus_add_oject() {
|
||||||
|
|
||||||
static void respond_to_notify(uint32_t id) {
|
static void respond_to_notify(uint32_t id) {
|
||||||
// This is needed to respond to the ubus notify ...
|
// This is needed to respond to the ubus notify ...
|
||||||
// TODO: Maybe we need to disable on shutdown...
|
// Maybe we need to disable on shutdown...
|
||||||
|
// But it is not possible when we disable the notify that other daemons are running that relay on this notify...
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
blob_buf_init(&b, 0);
|
blob_buf_init(&b, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue