Explorar el 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 hace 22 años
padre
commit
8c8c71917c
Se han modificado 1 ficheros con 1 adiciones y 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;