Changeset 11914


Ignore:
Timestamp:
11/30/11 22:33:04 (12 years ago)
Author:
nit
Message:

[titan] start httpd standby as thread (not tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpd.h

    r11351 r11914  
    228228        {
    229229                status.standby = 2;
    230                 screenstandby();
     230                addtimer(&screenstandby, START, 1000, 1, NULL, NULL, NULL);
    231231        }
    232232        if(query != NULL && strstr(query, "boxstatus") == query)
Note: See TracChangeset for help on using the changeset viewer.