Changeset b99f6e2 in mainline for uspace/lib/c/include/ipc/tcp.h
- Timestamp:
- 2015-05-11T16:15:54Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6ff08a0
- Parents:
- 309469de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/tcp.h
r309469de rb99f6e2 57 57 TCP_EV_CONN_RESET, 58 58 TCP_EV_DATA, 59 TCP_EV_URG_DATA 59 TCP_EV_URG_DATA, 60 TCP_EV_NEW_CONN 60 61 } tcp_event_t; 61 62 typedef enum {63 TCP_LEV_NEW_CONN = IPC_FIRST_USER_METHOD64 } tcp_listen_event_t;65 62 66 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.