|
Squid Web Cache master
|
Public Types | |
| typedef void(RegisteredRunner::* | Method) () |
| a pointer to one of the above notification methods | |
Public Member Functions | |
| void | finalizeConfig () override |
| void | useConfig () override |
| void | startReconfigure () override |
| void | syncConfig () override |
| void | startShutdown () override |
| virtual void | bootstrapConfig () |
| virtual void | claimMemoryNeeds () |
| virtual void | endingShutdown () |
| virtual void | finishShutdown () |
| Meant for cleanup of services needed by the already destroyed objects. | |
Definition at line 339 of file snmp_core.cc.
|
inherited |
Definition at line 94 of file RunnersRegistry.h.
|
inlinevirtualinherited |
Called right before parsing squid.conf. Meant for initializing/preparing configuration parsing facilities.
Reimplemented in NtlmAuthRr.
Definition at line 46 of file RunnersRegistry.h.
Referenced by SquidMain().
|
inlinevirtualinherited |
Called after finalizeConfig(). Meant for announcing memory reservations before memory is allocated.
Reimplemented in IpcIoRr, and MemStoreRr.
Definition at line 55 of file RunnersRegistry.h.
Referenced by RunConfigUsers().
|
inlinevirtualinherited |
Called after shutdown_lifetime grace period ends and before stopping the main loop. At least one main loop iteration is guaranteed after this call. Meant for cleanup and state saving that may require other modules.
Reimplemented in Auth::CredentialCacheRr, ConnStateData, Dns::ConfigRr, and IdleConnList.
Definition at line 84 of file RunnersRegistry.h.
Referenced by SignalEngine::FinalShutdownRunners().
|
inlineoverridevirtual |
Called after parsing squid.conf. Meant for setting configuration options that depend on other configuration options and were not explicitly configured.
Reimplemented from RegisteredRunner.
Definition at line 342 of file snmp_core.cc.
References snmpInit().
|
inlinevirtualinherited |
Definition at line 91 of file RunnersRegistry.h.
Referenced by RunRegistered(), SquidShutdown(), TestRock::tearDown(), and watch_child().
|
inlineoverridevirtual |
Called after receiving a reconfigure request and before parsing squid.conf. Meant for modules that need to prepare for their configuration being changed [outside their control]. The changes end with the syncConfig() event.
Reimplemented from RegisteredRunner.
Definition at line 344 of file snmp_core.cc.
References snmpClosePorts().
|
inlineoverridevirtual |
Called after receiving a shutdown request and before stopping the main loop. At least one main loop iteration is guaranteed after this call. Meant for cleanup and state saving that may require other modules.
Reimplemented from RegisteredRunner.
Definition at line 346 of file snmp_core.cc.
References snmpClosePorts().
|
inlineoverridevirtual |
Called after parsing squid.conf during reconfiguration. Meant for adjusting the module state based on configuration changes.
Reimplemented from RegisteredRunner.
Definition at line 345 of file snmp_core.cc.
References snmpOpenPorts().
|
inlineoverridevirtual |
Called after claimMemoryNeeds(). Meant for activating modules and features using a finalized configuration with known memory requirements.
Reimplemented from RegisteredRunner.
Definition at line 343 of file snmp_core.cc.
References snmpOpenPorts().