no c++ comments
This commit is contained in:
parent
a28c0548f4
commit
d7b202dfbd
1 changed files with 6 additions and 3 deletions
|
|
@ -354,9 +354,12 @@ sunclientclose(SunClient *cli)
|
||||||
if(!cli->timertid)
|
if(!cli->timertid)
|
||||||
n++;
|
n++;
|
||||||
while(n < 2){
|
while(n < 2){
|
||||||
// threadint(cli->nettid);
|
/*
|
||||||
// if(cli->timertid)
|
threadint(cli->nettid);
|
||||||
// threadint(cli->timertid);
|
if(cli->timertid)
|
||||||
|
threadint(cli->timertid);
|
||||||
|
*/
|
||||||
|
|
||||||
yield();
|
yield();
|
||||||
while(nbrecv(cli->dying, nil) == 1)
|
while(nbrecv(cli->dying, nil) == 1)
|
||||||
n++;
|
n++;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue