summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2013-02-04 12:08:08 +0100
committerIngo Huerner <ingo.huerner@xse.de>2013-02-04 12:08:08 +0100
commit53e61c8579f56715e1c21b561f244d70bdbf6f79 (patch)
treef9d3d8faa027a7565466123304a64cf2a7843ef3 /include
parentede31ce0be4b701bce6d3bb89b7cd46e06c6c8dc (diff)
downloadpersistence-client-library-53e61c8579f56715e1c21b561f244d70bdbf6f79.tar.gz
added library versioning (libtool's versioning system); removed seat number limitation in function description
Diffstat (limited to 'include')
-rw-r--r--include/persistence_client_library_file.h4
-rw-r--r--include/persistence_client_library_key.h12
2 files changed, 8 insertions, 8 deletions
diff --git a/include/persistence_client_library_file.h b/include/persistence_client_library_file.h
index cf85b84..25690d0 100644
--- a/include/persistence_client_library_file.h
+++ b/include/persistence_client_library_file.h
@@ -79,7 +79,7 @@ void* pclFileMapData(void* addr, long size, long offset, int fd);
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
*
* @return positive value: the POSIX file descriptor;
* On error a negative value will be returned with th follwoing error codes:
@@ -110,7 +110,7 @@ int pclFileReadData(int fd, void * buffer, int buffer_size);
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
*
* @return positive value: success;
* On error a negative value will be returned with th follwoing error codes:
diff --git a/include/persistence_client_library_key.h b/include/persistence_client_library_key.h
index fc75498..7f6b850 100644
--- a/include/persistence_client_library_key.h
+++ b/include/persistence_client_library_key.h
@@ -42,7 +42,7 @@ extern "C" {
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
*
* @return positive value: success; On error a negative value will be returned with th follwoing error codes:
* EPERS_LOCKFS
@@ -57,7 +57,7 @@ int pclKeyDelete(unsigned int ldbid, const char* resource_id, unsigned int user_
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
*
* @return positive value: the size; On error a negative value will be returned with th follwoing error codes:
* EPERS_LOCKFS, EPERS_BADPOL, EPERS_NOKEY, EPERS_NOKEYDATA or EPERS_NOPRCTABLE
@@ -93,7 +93,7 @@ int pclKeyHandleGetSize(int key_handle);
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
*
* @return positive value: the key handle to access the value;
* On error a negative value will be returned with th follwoing error codes:
@@ -147,7 +147,7 @@ int pclKeyHandleWriteData(int key_handle, unsigned char* buffer, int buffer_size
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
* @param buffer the buffer to read the persistent data
* @param buffer_size size of buffer for reading
*
@@ -163,7 +163,7 @@ int pclKeyReadData(unsigned int ldbid, const char* resource_id, unsigned int use
* @param ldbid logical database ID of the resource to monitor
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
*
* @return positive value: registration OK; On error a negative value will be returned with th follwoing error codes:
*/
@@ -177,7 +177,7 @@ int pclKeyRegisterNotifyOnChange(unsigned int ldbid, const char* resource_id, un
* @param ldbid logical database ID
* @param resource_id the resource ID
* @param user_no the user ID
- * @param seat_no the seat number (seat 0 to 3)
+ * @param seat_no the seat number
* @param buffer the buffer containing the persistent data to write
* @param buffer_size the number of bytes to write (default max size is set to 16kB)
* use environment variable PERS_MAX_KEY_VAL_DATA_SIZE to modify default size in bytes