소스 검색

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 22 년 전
부모
커밋
e95bf676ed
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;