Changeset b99f6e2 in mainline for uspace/lib/c/include/ipc/tcp.h


Ignore:
Timestamp:
2015-05-11T16:15:54Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6ff08a0
Parents:
309469de
Message:

Accepting connections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/tcp.h

    r309469de rb99f6e2  
    5757        TCP_EV_CONN_RESET,
    5858        TCP_EV_DATA,
    59         TCP_EV_URG_DATA
     59        TCP_EV_URG_DATA,
     60        TCP_EV_NEW_CONN
    6061} tcp_event_t;
    61 
    62 typedef enum {
    63         TCP_LEV_NEW_CONN = IPC_FIRST_USER_METHOD
    64 } tcp_listen_event_t;
    6562
    6663#endif
Note: See TracChangeset for help on using the changeset viewer.