| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Besides changing the configuration this allows to easily rotate log files.
Also moved logger initialization back to daemon_t.
|
| |
|
|
|
|
| |
callbacks
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
configurable.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This ensures that no threads are active when plugins and the rest of the
daemon are unloaded.
callback_job_t was simplified a lot in the process as its main
functionality is now contained in processor_t. The parent-child
relationships were abandoned as these were only needed to simplify job
cancellation.
|
| |
|
| |
|
| |
|
| |
|
|
For this reason it reclaims the --enable-nm configure option.
|