Răsfoiți Sursa

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 ani în urmă
părinte
comite
e6f6095854
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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,