Brooklyn/gnuk/src/debug.h

10 lines
150 B
C
Raw Normal View History

2022-04-02 18:17:33 +05:00
struct stdout {
chopstx_mutex_t m;
/**/
chopstx_mutex_t m_dev;
chopstx_cond_t cond_dev;
uint8_t connected;
};
extern struct stdout stdout;