fence-agents: master - fence_kdump: remove FENCE_KDUMP_MSGV2

rohara rohara at fedoraproject.org
Tue Jul 26 19:20:45 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=6a66ef7fedeef8e0538ea600d9304a5112da9220
Commit:        6a66ef7fedeef8e0538ea600d9304a5112da9220
Parent:        6dd3851c335f98cfa06f160019943ce243dca061
Author:        Ryan O'Hara <rohara at redhat.com>
AuthorDate:    Tue Jul 26 14:19:35 2011 -0500
Committer:     Ryan O'Hara <rohara at redhat.com>
CommitterDate: Tue Jul 26 14:19:35 2011 -0500

fence_kdump: remove FENCE_KDUMP_MSGV2

FENCE_KDUMP_MSGV2 is not used at this time, so remove it.

Signed-off-by: Ryan O'Hara <rohara at redhat.com>
---
 fence/agents/kdump/message.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fence/agents/kdump/message.h b/fence/agents/kdump/message.h
index 3d1d2b4..2c82229 100644
--- a/fence/agents/kdump/message.h
+++ b/fence/agents/kdump/message.h
@@ -25,7 +25,6 @@
 #define FENCE_KDUMP_MAGIC 0x1B302A40
 
 #define FENCE_KDUMP_MSGV1 0x1
-#define FENCE_KDUMP_MSGV2 0x2
 
 typedef struct __attribute__ ((packed)) fence_kdump_msg {
     uint32_t magic;


More information about the cluster-commits mailing list