소스 검색

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 22 년 전
부모
커밋
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);