]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - msg.h
Remove mgr_pipe for communicating from manage to monitor.
[thirdparty/mdadm.git] / msg.h
diff --git a/msg.h b/msg.h
index ccaa571beb2dba5f8df8428d9a90c06a356cc51b..433239da8cc45ca818c55a2ea33fab0d503ed029 100644 (file)
--- 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;