1
0
Fork 0

added comment

This commit is contained in:
Jan Steemann 2012-09-07 16:52:08 +02:00
parent f03a91fac4
commit 1ef35bab96
1 changed files with 4 additions and 0 deletions

View File

@ -972,6 +972,8 @@ size_t TRI_GetLengthAssociativePointer (const TRI_associative_pointer_t* const a
////////////////////////////////////////////////////////////////////////////////
/// @brief adds a new element
///
/// Note: this function must be called while the write-lock is held
////////////////////////////////////////////////////////////////////////////////
static void AddNewElementSynced (TRI_associative_synced_t* array, void* element) {
@ -996,6 +998,8 @@ static void AddNewElementSynced (TRI_associative_synced_t* array, void* element)
////////////////////////////////////////////////////////////////////////////////
/// @brief resizes the array
///
/// Note: this function must be called while the write-lock is held
////////////////////////////////////////////////////////////////////////////////
static void ResizeAssociativeSynced (TRI_associative_synced_t* array) {