Changeset 1405 for pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c
- Timestamp:
- Jul 20, 2007 8:08:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c
r1309 r1405 160 160 */ 161 161 if (other_socket) { 162 status = app_socket( PJ_AF_INET, PJ_SOCK_DGRAM, 0, 56127, &osd.sock);162 status = app_socket(pj_AF_INET(), pj_SOCK_DGRAM(), 0, 56127, &osd.sock); 163 163 if (status != PJ_SUCCESS) { 164 164 app_perror("Error creating other socket", status); … … 201 201 202 202 /* Create pair of client/server sockets */ 203 status = app_socketpair( PJ_AF_INET, PJ_SOCK_DGRAM, 0,203 status = app_socketpair(pj_AF_INET(), pj_SOCK_DGRAM(), 0, 204 204 &sock_data.sock, &sock_data.csock); 205 205 if (status != PJ_SUCCESS) {
Note: See TracChangeset
for help on using the changeset viewer.