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

Major cleanup to use hdb.c handle database functions.

(Logical change 1.44)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@128 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 лет назад
Родитель
Сommit
105dfeb76e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      exec/aispoll.h

+ 2 - 2
exec/aispoll.h

@@ -34,8 +34,8 @@
 #ifndef POLL_H_DEFINED
 #define POLL_H_DEFINED
 
-typedef int poll_timer_handle;
-typedef int poll_handle;
+typedef unsigned int poll_timer_handle;
+typedef unsigned int poll_handle;
 
 poll_handle poll_create (void);