aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-03-26 15:29:39 +0000
committerJulius Bünger <buenger@mytum.de>2015-03-26 15:29:39 +0000
commit9982f58b45230373960cea1fe1fb294602bdd56d (patch)
tree2a48a548b201d72b29f00e262fc8ba413c989865 /src/rps/rps.h
parentb68a1cacd29fb91dee84f736085c48db4ea5acaf (diff)
downloadgnunet-9982f58b45230373960cea1fe1fb294602bdd56d.tar.gz
gnunet-9982f58b45230373960cea1fe1fb294602bdd56d.zip
-restructured code
Diffstat (limited to 'src/rps/rps.h')
-rw-r--r--src/rps/rps.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 3c5713bdc..ad255acab 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -135,6 +135,12 @@ struct GNUNET_RPS_CS_ActMaliciousMessage
135 struct GNUNET_MessageHeader header; 135 struct GNUNET_MessageHeader header;
136 136
137 /** 137 /**
138 * If the type is 2 this is the attacked peer,
139 * empty otherwise.
140 */
141 struct GNUNET_PeerIdentity attacked_peer;
142
143 /**
138 * Type of malicious behaviour. 144 * Type of malicious behaviour.
139 * 145 *
140 * 0 No malicious bahaviour at all 146 * 0 No malicious bahaviour at all