13
0
Fork 1

some pthread bugfixes in dectshark

git-svn-id: https://dedected.org/svn/trunk@101 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
krater 2010-12-08 14:14:07 +00:00
parent 772763ccd1
commit 7d89c2acbf
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ found_dects founds;
scanmode_gui::scanmode_gui(int x,int y)
{
pthread_mutex_init(&mutex,NULL);
selected=startpos=displaypos=0;
scrw=x;

View File

@ -10,6 +10,8 @@ syncmode_gui::syncmode_gui(int x,int y)
{
int i;
pthread_mutex_init(&mutex,NULL);
selx=sely=0;
scrw=x;