File tree 1 file changed +4
-4
lines changed
src/server/pdc_server_region
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -864,9 +864,9 @@ PDC_region_cache_clock_cycle(void *ptr)
864
864
pdc_obj_cache * obj_cache , * obj_cache_iter ;
865
865
struct timeval current_time ;
866
866
struct timeval finish_time ;
867
- int nflush = 0 ;
868
- int flush_frequency_s = PDC_CACHE_FLUSH_TIME_INT , elapsed_time = 0.0 ;
869
- int server_rank = 0 ;
867
+ int nflush = 0 ;
868
+ int flush_frequency_s = PDC_CACHE_FLUSH_TIME_INT , elapsed_time = 0.0 ;
869
+ int server_rank = 0 ;
870
870
871
871
char * p = getenv ("PDC_SERVER_CACHE_FLUSH_FREQUENCY_S" );
872
872
if (p != NULL )
@@ -881,7 +881,7 @@ PDC_region_cache_clock_cycle(void *ptr)
881
881
pthread_mutex_lock (& pdc_obj_cache_list_mutex );
882
882
gettimeofday (& current_time , NULL );
883
883
obj_cache_iter = obj_cache_list ;
884
- nflush = 0 ;
884
+ nflush = 0 ;
885
885
while (obj_cache_iter != NULL ) {
886
886
obj_cache = obj_cache_iter ;
887
887
nflush += PDC_region_cache_flush_by_pointer (obj_cache -> obj_id , obj_cache );
You can’t perform that action at this time.
0 commit comments