Ignore:
Timestamp:
05/21/12 00:57:31 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/hbbtv/hbbtv.h

    r15888 r15889  
    5252
    5353        fcntl(control_w_fd, F_SETFL, fcntl(control_w_fd, F_GETFL) | O_NONBLOCK);
    54         closeonexec(control_w_fd);
     54        //closeonexec(control_w_fd);
    5555
    5656        buf = malloc(MINMALLOC);
     
    158158        operarcthread_ok = 0;
    159159        operareceiverthread_ok = 0;
    160         //addtimer(&operarcthread, START, 10, 1, NULL, NULL, NULL);
     160        addtimer(&operarcthread, START, 10, 1, NULL, NULL, NULL);
    161161        operareceiver = addtimer(&operareceiverthread, START, 10, 1, NULL, NULL, NULL);
    162162
Note: See TracChangeset for help on using the changeset viewer.