]> rtime.felk.cvut.cz Git - frescor/forb.git/commit
Initialize thread specific data in forb_init()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 Jan 2011 16:04:37 +0000 (17:04 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 Jan 2011 16:04:37 +0000 (17:04 +0100)
commita48b0f59d291ef740f68e1087e051668c1c8beab
treecd47b290c12e29983f995589483cc1b783e7fd3c
parent6634567ea9da3e17137d52667bd4d12741a69512
Initialize thread specific data in forb_init()

This was done to avoid race conditions which causes errors in code.
Unfortunately this change does not help since FOSA is broken and we will
better use plain POSIX here.
src/executor.c
src/executor.h
src/forb.c