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 {
};
+enum result_code {
+ result_loser = 0,
+ result_winner = 1,
+ result_no_bidders = -2
+};
+
+
GNUNET_NETWORK_STRUCT_BEGIN
struct msg_head {