Przeglądaj źródła

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 lat temu
rodzic
commit
e6f6095854
2 zmienionych plików z 2 dodań i 2 usunięć
  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,