Show
Ignore:
Timestamp:
08/21/08 18:10:40 (5 months ago)
Author:
rbertholon
Message:

beginning of purge module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centstorage/src/reloadConf.c

    r5883 r6244  
    5555#include <extvar.h> 
    5656#include <runCentStorage.h> 
     57 
     58pthread_mutex_t Access_DB = PTHREAD_MUTEX_INITIALIZER; 
    5759 
    5860/* 
     
    200202 
    201203  reloadModules(saveConf); 
    202   
     204 
    203205  /* this part is written to avoid some mmory leaks */ 
    204206  if (conf->modules)