diff options
author | Gabor X Toth <*@tg-x.net> | 2013-11-09 23:12:19 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2013-11-09 23:12:19 +0000 |
commit | 383a9603f7310b3156331a1ed9cc97cc6ed4d3a9 (patch) | |
tree | 1ac65b2635cb8cfcb8262c06120af15beaa30374 /src/multicast/multicast_api.c | |
parent | ed4b19ee06f114648331fabd775c25c290dff481 (diff) |
log msg and comment fixes
Diffstat (limited to 'src/multicast/multicast_api.c')
-rw-r--r-- | src/multicast/multicast_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/multicast_api.c b/src/multicast/multicast_api.c index 7ca3c17528..fa177ec558 100644 --- a/src/multicast/multicast_api.c +++ b/src/multicast/multicast_api.c @@ -383,7 +383,7 @@ schedule_origin_to_all (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc msg->message_id = mh->message_id; msg->group_generation = mh->group_generation; - /* FIXME: add fragment ID and signature in the service */ + /* FIXME: add fragment ID and signature in the service instead of here */ msg->fragment_id = orig->next_fragment_id++; msg->fragment_offset = mh->fragment_offset; mh->fragment_offset += buf_size; |