Просмотр исходного кода

Fix processor count in evs interface.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1157 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 19 лет назад
Родитель
Сommit
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 :
  * vi: set autoindent tabstop=4 shiftwidth=4 :
 
 
@@ -46,6 +45,7 @@
 #include <sys/socket.h>
 #include <sys/socket.h>
 #include <errno.h>
 #include <errno.h>
 
 
+#include "../exec/totem.h"
 #include "../include/saAis.h"
 #include "../include/saAis.h"
 #include "../include/evs.h"
 #include "../include/evs.h"
 #include "../include/ipc_evs.h"
 #include "../include/ipc_evs.h"