Browse Source

Add track active variable to keep track of active connections.

(Logical change 1.24)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@67 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 years ago
parent
commit
e95bf676ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      exec/amf.h

+ 1 - 0
exec/amf.h

@@ -49,6 +49,7 @@ struct libamf_ci_trackentry {
 struct libamf_ci {
 	struct libamf_ci_trackentry *tracks;
 	int trackEntries;
+	int trackActive;
 };
 
 extern struct service_handler amf_service_handler;