mirror of
https://github.com/monero-project/monero.git
synced 2025-07-30 07:18:48 -04:00
Upgrade unbound library
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
This commit is contained in:
parent
e3da0ca828
commit
a85b5759f3
241 changed files with 33336 additions and 12049 deletions
4
external/unbound/util/winsock_event.h
vendored
4
external/unbound/util/winsock_event.h
vendored
|
@ -132,7 +132,7 @@
|
|||
struct event_base
|
||||
{
|
||||
/** sorted by timeout (absolute), ptr */
|
||||
rbtree_t* times;
|
||||
rbtree_type* times;
|
||||
/** array (first part in use) of handles to work on */
|
||||
struct event** items;
|
||||
/** number of items in use in array */
|
||||
|
@ -169,7 +169,7 @@ struct event_base
|
|||
*/
|
||||
struct event {
|
||||
/** node in timeout rbtree */
|
||||
rbnode_t node;
|
||||
rbnode_type node;
|
||||
/** is event already added */
|
||||
int added;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue