mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #1191: remove comment about view deletion.
git-svn-id: file:///svn/unbound/trunk@3970 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
db2cf53e7b
commit
6f757b28f3
2 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
19 December 2016: Ralph
|
||||||
|
- Fix #1191: remove comment about view deletion.
|
||||||
|
|
||||||
15 December 2016: Wouter
|
15 December 2016: Wouter
|
||||||
- iana portlist update
|
- iana portlist update
|
||||||
- 64bit is default for windows builds.
|
- 64bit is default for windows builds.
|
||||||
|
|
|
||||||
|
|
@ -75,9 +75,8 @@ struct view {
|
||||||
* specific tree. 1 for yes, 0 for no */
|
* specific tree. 1 for yes, 0 for no */
|
||||||
int isfirst;
|
int isfirst;
|
||||||
/** lock on the data in the structure
|
/** lock on the data in the structure
|
||||||
* For the node and name you
|
* For the node and name you need to also hold the views_tree lock to
|
||||||
* need to also hold the views_tree lock to change them (or to
|
* change them. */
|
||||||
* delete this view) */
|
|
||||||
lock_rw_t lock;
|
lock_rw_t lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue