소스 검색

Fix processor count in evs interface.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1157 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 년 전
부모
커밋
4946f988eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/evs.c

+ 1 - 1
lib/evs.c

@@ -1,4 +1,3 @@
-#define PROCESSOR_COUNT_MAX 32
 /*
  * vi: set autoindent tabstop=4 shiftwidth=4 :
 
@@ -46,6 +45,7 @@
 #include <sys/socket.h>
 #include <errno.h>
 
+#include "../exec/totem.h"
 #include "../include/saAis.h"
 #include "../include/evs.h"
 #include "../include/ipc_evs.h"