ソースを参照

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 年 前
コミット
105dfeb76e
1 ファイル変更2 行追加2 行削除
  1. 2 2
      exec/aispoll.h

+ 2 - 2
exec/aispoll.h

@@ -34,8 +34,8 @@
 #ifndef POLL_H_DEFINED
 #ifndef POLL_H_DEFINED
 #define 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);
 poll_handle poll_create (void);