aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 8984b19ac..4c994f93a 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -441,37 +441,6 @@ struct GNUNET_DHT_MonitorGetRespMessage
441 441
442}; 442};
443 443
444#if ENABLE_MALICIOUS
445
446/**
447 * Message to confirming receipt of ACT MALICIOUS, sent from DHT service to clients.
448 */
449struct GNUNET_DHT_ClientActMaliciousConfirmationMessage
450{
451 /**
452 * Type: #GNUNET_MESSAGE_TYPE_DHT_CLIENT_PUT_OK
453 */
454 struct GNUNET_MessageHeader header;
455};
456
457
458/**
459 * Message to turn the service malicious
460 */
461struct GNUNET_DHT_ActMaliciousMessage
462{
463 /**
464 * Type: #GNUNET_MESSAGE_TYPE_ACT_MALICIOUS
465 */
466 struct GNUNET_MessageHeader header;
467
468 /**
469 * If set to 1, act maliciously
470 */
471 uint32_t action;
472};
473#endif
474
475GNUNET_NETWORK_STRUCT_END 444GNUNET_NETWORK_STRUCT_END
476 445
477#endif 446#endif