summaryrefslogtreecommitdiff
path: root/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'msg.h')
-rw-r--r--msg.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/msg.h b/msg.h
index ccaa571b..433239da 100644
--- a/msg.h
+++ b/msg.h
@@ -27,21 +27,6 @@ struct md_message {
void *buf;
};
-enum md_message_action {
- md_action_ping_monitor,
-};
-
-struct md_generic_cmd {
- enum md_message_action action;
-};
-
-/* union of all known command types, used to sanity check ->num_bytes
- * on the receive path
- */
-union md_message_commands {
- struct md_generic_cmd generic;
-};
-
extern const int start_magic;
extern const int end_magic;