فهرست منبع

fix documentation error from specification which identifies
SaLckResourceLockAsync as the function name in some places but
saLckResourceLockAsync in other places. We settled on saLck since it matches
the rest of the specifications.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@857 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 20 سال پیش
والد
کامیت
e6f6095854
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      include/saLck.h
  2. 1 1
      lib/lck.c

+ 1 - 1
include/saLck.h

@@ -157,7 +157,7 @@ saLckResourceLock (
 	SaLckLockStatusT *lockStatus);
 
 SaAisErrorT
-SaLckResourceLockAsync (
+saLckResourceLockAsync (
 	SaLckResourceHandleT lockResourceHandle,
 	SaInvocationT invocation,
 	SaLckLockIdT *lockId,

+ 1 - 1
lib/lck.c

@@ -909,7 +909,7 @@ error_put_lck:
 }
 
 SaAisErrorT
-SaLckResourceLockAsync (
+saLckResourceLockAsync (
 	SaLckResourceHandleT lckResourceHandle,
 	SaInvocationT invocation,
 	SaLckLockIdT *lockId,