README
1The files in this directory implement a helper sub-library of the
2inter process locking for the log library. We use our own locks
3because such locks are only available in relatively recent versions of
4log4cplus. Also (against our usual practice) we somehow re-invented
5an in-house version of such a general purpose library rather than
6existing proven tools such as boost::interprocess. While we decided
7to go with the in-house version for the log library at least until we
8completely switch to log4cplus's native lock support, no other BIND 10
9module should use this; they should use existing external
10tools/libraries.
11
12This sub-library is therefore "hidden" here. As such, none of these
13files should be installed.
14