Skip to content

Commit

Permalink
adding shared memory and semaphore management
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lauzon committed Mar 30, 2010
1 parent d6feeca commit f8e2a21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libketama/ketama.c
Expand Up @@ -70,7 +70,6 @@ init_shm_data_tracker() {
shm_data = malloc(sizeof(int*)*1024);
}


static void
track_shm_data(int *data) {
if (num_data == shm_data_size) {
Expand Down

0 comments on commit f8e2a21

Please sign in to comment.