|
@ -275,7 +275,7 @@ void gc_loop(void *arg) |
|
|
flag = 0; |
|
|
flag = 0; |
|
|
LP_millistats_update(&LP_gcloop_stats); |
|
|
LP_millistats_update(&LP_gcloop_stats); |
|
|
portable_mutex_lock(&LP_gcmutex); |
|
|
portable_mutex_lock(&LP_gcmutex); |
|
|
DL_FOREACH(LP_garbage_collector,req) |
|
|
DL_FOREACH_SAFE(LP_garbage_collector,req,rtmp) |
|
|
{ |
|
|
{ |
|
|
DL_DELETE(LP_garbage_collector,req); |
|
|
DL_DELETE(LP_garbage_collector,req); |
|
|
//printf("garbage collect ipbits.%x\n",req->ipbits);
|
|
|
//printf("garbage collect ipbits.%x\n",req->ipbits);
|
|
|