I cannot find vf_handle_msg in the source tree.
I guess it should be vf_process_msg.
Could install this to the official source tree if my guessing is correct.

Signed-off-by: Masatake YAMATO <[email protected]>

diff -ruN vf.h.orig vf.h
--- vf.h.orig   2011-08-29 17:05:40.448808854 +0900
+++ vf.h        2011-08-29 17:05:58.717240739 +0900
@@ -128,7 +128,7 @@
 #define VF_COORD_TIMEOUT       60      /* 60 seconds MAX timeout */
 #define VF_COMMIT_TIMEOUT_MIN  (2 * VF_COORD_TIMEOUT)
 
-/* Return codes for vf_handle_msg... */
+/* Return codes for vf_process_msg... */
 #define VFR_ERROR      100
 #define VFR_TIMEOUT    101
 #define VFR_OK         0

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to