Changeset 15281 for titan/titan/titan.c
- Timestamp:
- 04/16/12 01:04:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r15278 r15281 178 178 #include "rguid.h" 179 179 #include "channelhistroy.h" 180 #include "thum p.h"180 #include "thumb.h" 181 181 //#include "cardreader.h" 182 182 //#include "sci.h" … … 754 754 //check kill net (security) 755 755 addtimer(&ckeckkillnetthread, START, 1000, 1, NULL, NULL, NULL); 756 //thum pcreate thread757 if(getconfigint("createthum p", NULL) == 1)758 addtimer(&thum pthread, START, 1000, 1, NULL, NULL, NULL);756 //thumb create thread 757 if(getconfigint("createthumb", NULL) == 1) 758 addtimer(&thumbthread, START, 1000, 1, NULL, NULL, NULL); 759 759 760 760 //start webserver
Note: See TracChangeset
for help on using the changeset viewer.