mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-02 23:21:54 +00:00
Drop forgotten debug logs
This commit is contained in:
parent
4c3ac54ee3
commit
c82f7ed4aa
@ -21,20 +21,16 @@
|
||||
#define NETINDEX_PARAMS /8, *2, 2, 2, 12, 28
|
||||
|
||||
static void NETINDEX_REHASH(void *_v) {
|
||||
log(L_TRACE "Netindex rehash: begin");
|
||||
netindex_spinhash *v = _v;
|
||||
int step;
|
||||
SPINHASH_REHASH_PREPARE(v,NETINDEX,struct netindex,step);
|
||||
|
||||
log(L_TRACE "Netindex rehash: step=%d", step);
|
||||
if (!step) return;
|
||||
|
||||
if (step > 0) SPINHASH_REHASH_UP(v,NETINDEX,struct netindex,step);
|
||||
if (step < 0) SPINHASH_REHASH_DOWN(v,NETINDEX,struct netindex,-step);
|
||||
|
||||
log(L_TRACE "Netindex rehash: time to finish");
|
||||
SPINHASH_REHASH_FINISH(v,NETINDEX);
|
||||
log(L_TRACE "Netindex rehash: done");
|
||||
}
|
||||
|
||||
static void netindex_hash_cleanup(void *netindex_hash);
|
||||
|
Loading…
Reference in New Issue
Block a user