Changeset 5841:684c2d39f82e in roaraudio for include/libroar/basic.h


Ignore:
Timestamp:
01/07/13 03:11:34 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to terminate a server on QUIT as needed for #337

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r5823 r5841  
    5454#define ROAR_CON_FLAGS_SUPPORT_EF  0x00000010UL /* Both peers support error frames */ 
    5555#define ROAR_CON_FLAGS_FREESELF    0x00000020UL /* Free the connection object */ 
     56#define ROAR_CON_FLAGS_TERMINATE   0x00000040UL /* Send TERMINATE before QUIT */ 
    5657 
    5758struct roar_message { 
Note: See TracChangeset for help on using the changeset viewer.