Changeset 13152


Ignore:
Timestamp:
01/10/12 23:56:13 (12 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r13149 r13152  
    339339void ckeckskinnodeslockedthread()
    340340{
     341printf("start ckeckskinnodeslockedthread: %d\n",status.security);
    341342        while(status.security == 0)
    342343        {
    343344                char* tmpstr2 = NULL;
     345printf("end ckeckskinnodeslockedthread check serial %d\n",status.security);             
    344346                tmpstr2 = getcpuid();
    345347                checkserial(tmpstr2);
     
    349351        if(status.security == 1)
    350352                setskinnodeslocked(0);
     353printf("end ckeckskinnodeslockedthread %d\n",status.security);
     354
    351355}
    352356
Note: See TracChangeset for help on using the changeset viewer.