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
This commit is contained in:
Steven Dake 2004-07-07 22:02:05 +00:00
parent df2c3c4918
commit 8c8c71917c

View File

@ -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;