]> git.ipfire.org Git - thirdparty/suricata.git/commit
Update thread creation and threads to use global thread names.
authorZachary Rasmor <zachary.r.rasmor@lmco.com>
Sun, 6 Dec 2015 00:52:20 +0000 (19:52 -0500)
committerVictor Julien <victor@inliniac.net>
Mon, 2 May 2016 08:10:40 +0000 (10:10 +0200)
commit68cfa009a0105ff2ae3f116d587f41ed92d5ef3e
treefe1e6f5a8378b0d1f9409073872a78dddc509a15
parent10d3d90f06117e3740d9915e7df9a9ba80e608c5
Update thread creation and threads to use global thread names.

Thread name is now stored as a static string buffer,
string duplication and alloc/de-alloc is no longer required.
src/counters.c
src/detect-engine-loader.c
src/flow-manager.c
src/runmode-erf-file.c
src/runmode-pcap-file.c
src/runmode-tile.c
src/runmodes.c
src/runmodes.h
src/unix-manager.c
src/util-runmodes.c