WIP commit of scalar product 2.0. It is unfinished and does not yet pass tests. This...
[oweals/gnunet.git] / src / consensus / consensus_protocol.h
index 4e0673c7d1f5aca852fdec96e799a4f541108e67..e84768161509e852a1726467445c45f3cbf461ca 100644 (file)
@@ -4,7 +4,7 @@
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
-      by the Free Software Foundation; either version 2, or (at your
+      by the Free Software Foundation; either version 3, or (at your
       option) any later version.
 
       GNUnet is distributed in the hope that it will be useful, but
@@ -45,7 +45,7 @@ struct GNUNET_CONSENSUS_RoundContextMessage
    */
   struct GNUNET_MessageHeader header;
   uint32_t round;
-  uint32_t exp_round;
+  uint32_t exp_repetition;
   uint32_t exp_subround;
 };