Jelajahi Sumber

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 tahun lalu
induk
melakukan
e6f6095854
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      include/saLck.h
  2. 1 1
      lib/lck.c

+ 1 - 1
include/saLck.h

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

+ 1 - 1
lib/lck.c

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