Searched defs:restarting (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c180 * restarting the cache will be cleared and the new configuration will
200 static int restarting = 0; local
205 #define FLAG_RESTART_REQUIRED if (restarting == 0) {\
207 if (restarting == 0) {\
208 restarting = 1;\
214 if (restarting == 1)

Completed in 60 milliseconds