Changeset 30730
- Timestamp:
- 10/27/14 12:12:55 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r30725 r30730 1820 1820 struct rectimer* node = rectimer; 1821 1821 int timediff = getconfigint("rectimer_timediff", NULL); 1822 int test = 0; 1822 1823 1823 1824 if(node == NULL) return; //no record … … 1836 1837 debug(400, "found rectimer who has start the box"); 1837 1838 setwaswakuptimer(1); 1838 //setcecstandby(1); 1839 setcecstandby(1); 1840 test = 1; 1839 1841 } 1840 else1841 setcecstandby(0);1842 1842 } 1843 1843 node = node->next; 1844 1844 } 1845 if(test == 0) 1846 setcecstandby(0); 1845 1847 } 1846 1848
Note: See TracChangeset
for help on using the changeset viewer.