diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 23:53:49 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 23:53:49 +0200 |
commit | 25321ed0f5fa06f7c25d9e571c27c8dbeb5ffb96 (patch) | |
tree | c9ba7f1466ba4fd1a5185452b1b606f7cb52f00c /internals.h | |
parent | 8daaa565bd5cfa5806296ef25efc2f5ee41af5bf (diff) |
get auctions rolling
Diffstat (limited to 'internals.h')
-rw-r--r-- | internals.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internals.h b/internals.h index a1c939a..c478f4f 100644 --- a/internals.h +++ b/internals.h @@ -51,6 +51,13 @@ enum outcome_type { }; +enum result_code { + result_loser = 0, + result_winner = 1, + result_no_bidders = -2 +}; + + GNUNET_NETWORK_STRUCT_BEGIN struct msg_head { |