@@ -62,6 +62,7 @@ threadmain(int argc, char **argv)
dictresc = chancreate(sizeof(Dictres), 0);
mapinit(argv[1]);
dictinit(argv[1]);
srvinit();
if(proccreate(drawthread, nil, 16384) < 0)
die("can't create draw worker");
if(proccreate(srvthread, nil, 16384) < 0)
The note is not visible to the blocked user.