Changeset 40399 for titan/titan/struct.h


Ignore:
Timestamp:
05/07/17 12:05:55 (6 years ago)
Author:
gost
Message:

[titan] new mutex for cec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/struct.h

    r40315 r40399  
    13751375        // mutex for OLED handling
    13761376        pthread_mutex_t oledmutex;
     1377                // mutex for cec handling
     1378        pthread_mutex_t cecmutex;
    13771379        off64_t recsplitsize;
    13781380        char* gateway;
Note: See TracChangeset for help on using the changeset viewer.