aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h7
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 {
51}; 51};
52 52
53 53
54enum result_code {
55 result_loser = 0,
56 result_winner = 1,
57 result_no_bidders = -2
58};
59
60
54GNUNET_NETWORK_STRUCT_BEGIN 61GNUNET_NETWORK_STRUCT_BEGIN
55 62
56struct msg_head { 63struct msg_head {