Browse Source

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 năm trước cách đây
mục cha
commit
e6f6095854
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,