Explorar o código

store conn_info field is component structure.

(Logical change 1.24)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@72 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=22) %!d(string=hai) anos
pai
achega
8c8c71917c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/parse.h

+ 1 - 1
exec/parse.h

@@ -128,7 +128,7 @@ enum amfEnabledStoppingState {
 struct saAmfComponent {
 	int registered;
 	int local;
-	int fd;
+	struct conn_info *conn_info;
 	SaNameT name;
 	SaAmfReadinessStateT currentReadinessState;
 	SaAmfReadinessStateT newReadinessState;