Loading RELEASE.md +5 −0 Original line number Diff line number Diff line v0.9.2 (kinetic-protocol 3.0.5) ------------------------------- * Added missing mutex lock causing a concurrency issue. v0.9.1 (kinetic-protocol 3.0.5) ------------------------------- * Added `keys->used` to ByteBufferArray to reflect the number of buffers actually used, and updated `KineticClient_GetKeyRange()` to populate it. Loading config/Doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ PROJECT_NAME = kinetic-c # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = "v0.9.1" PROJECT_NUMBER = "v0.9.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a Loading config/VERSION +1 −1 Original line number Diff line number Diff line 0.9.1 0.9.2 src/lib/kinetic_controller.c +2 −0 Original line number Diff line number Diff line Loading @@ -81,7 +81,9 @@ static void DefaultCallback(KineticCompletionData* kinetic_data, void* client_da { DefaultCallbackData * data = client_data; data->status = kinetic_data->status; pthread_mutex_lock(&data->receiveCompleteMutex); pthread_cond_signal(&data->receiveComplete); pthread_mutex_unlock(&data->receiveCompleteMutex); } static KineticCompletionClosure DefaultClosure(DefaultCallbackData * const data) Loading Loading
RELEASE.md +5 −0 Original line number Diff line number Diff line v0.9.2 (kinetic-protocol 3.0.5) ------------------------------- * Added missing mutex lock causing a concurrency issue. v0.9.1 (kinetic-protocol 3.0.5) ------------------------------- * Added `keys->used` to ByteBufferArray to reflect the number of buffers actually used, and updated `KineticClient_GetKeyRange()` to populate it. Loading
config/Doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ PROJECT_NAME = kinetic-c # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = "v0.9.1" PROJECT_NUMBER = "v0.9.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a Loading
src/lib/kinetic_controller.c +2 −0 Original line number Diff line number Diff line Loading @@ -81,7 +81,9 @@ static void DefaultCallback(KineticCompletionData* kinetic_data, void* client_da { DefaultCallbackData * data = client_data; data->status = kinetic_data->status; pthread_mutex_lock(&data->receiveCompleteMutex); pthread_cond_signal(&data->receiveComplete); pthread_mutex_unlock(&data->receiveCompleteMutex); } static KineticCompletionClosure DefaultClosure(DefaultCallbackData * const data) Loading