Explorar el Código

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 hace 21 años
padre
commit
105dfeb76e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);