mirror_lxc/src
S.Çağlar Onur dc5406bbbd put shared variables into thread-local storage
This doesn't solve the general design problem of the log.c (eg; some log lines
got lost or scattered into multiple files) but at least prevent multithreaded
code from crashing.

Before this change something like following;

sudo src/tests/lxc-test-concurrent -i 10 -j 20

was crashing nearly all the time due to 3afbcc4600 as we started to
set lxc.loglevel and lxc.logfile with that commit.

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2014-03-06 22:58:32 -06:00
..
include licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lua-lxc lua: respect configure's --prefix 2014-03-04 10:59:08 -05:00
lxc put shared variables into thread-local storage 2014-03-06 22:58:32 -06:00
python-lxc python3: Export get_global_config_item 2014-03-04 17:33:02 -05:00
tests wait 15 seconds instead of forever and produce debug logs for further analyze 2014-03-06 17:09:26 -06:00
Makefile.am add lua binding for the lxc API 2013-01-28 18:04:08 -05:00