summaryrefslogtreecommitdiff
path: root/src/twister/twister.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-14 23:19:12 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-14 23:19:12 +0200
commit2363d21cc073208b45a22b010a3da090cb1b77b0 (patch)
treed06261169e42570df593516ebe61927f057e48c4 /src/twister/twister.h
parentb5399d0bafb8e4bd058d4278d506ebada632bb2d (diff)
downloadtwister-2363d21cc073208b45a22b010a3da090cb1b77b0.tar.gz
twister-2363d21cc073208b45a22b010a3da090cb1b77b0.tar.bz2
twister-2363d21cc073208b45a22b010a3da090cb1b77b0.zip
porting 'delete-path'
Diffstat (limited to 'src/twister/twister.h')
-rw-r--r--src/twister/twister.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/twister/twister.h b/src/twister/twister.h
index 8c6c044..01f9363 100644
--- a/src/twister/twister.h
+++ b/src/twister/twister.h
@@ -125,17 +125,6 @@ struct TWISTER_DeletePath
* Type: #TWISTER_MESSAGE_TYPE_DELETE_PATH
*/
struct GNUNET_MessageHeader header;
-
- /**
- * The new response code, in big endian.
- */
- char path[TWISTER_PATH_LENGTH];
-
- /**
- * New value to use in place of the original.
- */
- char value[TWISTER_VALUE_LENGTH];
-
};
GNUNET_NETWORK_STRUCT_END