mirror of
https://github.com/monero-project/monero.git
synced 2025-05-09 14:25:07 -04:00
update unbound from upstream
This commit is contained in:
parent
b0151de601
commit
1f49833d4f
155 changed files with 5482 additions and 3440 deletions
9
external/unbound/util/log.h
vendored
9
external/unbound/util/log.h
vendored
|
@ -97,6 +97,15 @@ void log_file(FILE *f);
|
|||
*/
|
||||
void log_thread_set(int* num);
|
||||
|
||||
/**
|
||||
* Get the thread id from logging system. Set after log_init is
|
||||
* initialised, or log_thread_set for newly created threads.
|
||||
* This initialisation happens in unbound as a daemon, in daemon
|
||||
* startup code, when that spawns threads.
|
||||
* @return thread number, from 0 and up. Before initialised, returns 0.
|
||||
*/
|
||||
int log_thread_get(void);
|
||||
|
||||
/**
|
||||
* Set identity to print, default is 'unbound'.
|
||||
* @param id: string to print. Name of executable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue