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 /internals.h | |
parent | b1a5fbd3b84b09f99dfdab044f692923a813b784 (diff) |
add msg headers
Diffstat (limited to 'internals.h')
-rw-r--r-- | internals.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internals.h b/internals.h index c478f4f..6c8b115 100644 --- a/internals.h +++ b/internals.h @@ -29,11 +29,11 @@ enum rounds { - msg_init, - msg_bid, - msg_outcome, - msg_decrypt, - msg_last + msg_init = 0, + msg_bid = 1, + msg_outcome = 2, + msg_decrypt = 3, + msg_last = 4 }; |