diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-23 12:56:44 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-23 12:56:44 +0200 |
commit | 4561ac2026d931d9aeab36e07fd041ae60c937ee (patch) | |
tree | 6cb70c855af6c55a0995fced1f403f140b1cf0bf /brandt.c | |
parent | b1a5fbd3b84b09f99dfdab044f692923a813b784 (diff) |
add msg headers
Diffstat (limited to 'brandt.c')
-rw-r--r-- | brandt.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -284,8 +284,6 @@ advance_round (struct BRANDT_Auction *ad, return; } - /** \todo: add msgtype header in the handler_out functions */ - /* last message only sent to seller, others are broadcasted */ if (msg_decrypt == ad->cur_round) ad->ucast (ad->closure, buf, buflen); |