Changeset 5841:684c2d39f82e in roaraudio
- Timestamp:
- 01/07/13 03:11:34 (10 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/libroar/basic.h
r5823 r5841 54 54 #define ROAR_CON_FLAGS_SUPPORT_EF 0x00000010UL /* Both peers support error frames */ 55 55 #define ROAR_CON_FLAGS_FREESELF 0x00000020UL /* Free the connection object */ 56 #define ROAR_CON_FLAGS_TERMINATE 0x00000040UL /* Send TERMINATE before QUIT */ 56 57 57 58 struct roar_message { -
libroar/basic.c
r5840 r5841 607 607 return 0; 608 608 609 if ( con->flags & ROAR_CON_FLAGS_TERMINATE ) { 610 if ( roar_terminate(con, 1) == -1 ) { 611 ROAR_WARN("roar_connectionunref(con=%p{.server_name='%s'}): Can not terminate server as requested.", con, con->server_name); 612 } 613 } 614 609 615 memset(&m, 0, sizeof(m)); 610 616
Note: See TracChangeset
for help on using the changeset viewer.