FreeCalypso > hg > ice1-trau-tester
comparison pcm/globals.h @ 5:7233c10af3ad
pcm: hook in stdin select mechanism
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Jun 2024 18:33:09 +0000 |
parents | c03ec046471f |
children | 631f2db08538 |
comparison
equal
deleted
inserted
replaced
4:2ce0ed560a34 | 5:7233c10af3ad |
---|---|
5 extern struct osmo_e1dp_client *g_client; | 5 extern struct osmo_e1dp_client *g_client; |
6 extern int ts_fd; | 6 extern int ts_fd; |
7 extern uint8_t readbuf[160]; | 7 extern uint8_t readbuf[160]; |
8 | 8 |
9 int ts_fd_cb(struct osmo_fd *ofd, unsigned int what); | 9 int ts_fd_cb(struct osmo_fd *ofd, unsigned int what); |
10 void handle_user_cmd(int argc, char **argv); |