Changeset 5373:8da157c10483 in roaraudio for include/libroar/enumdev.h


Ignore:
Timestamp:
12/21/11 19:02:52 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:
  • Updated config structure
  • Added a flag to ask libroar to only connect to local servers
  • Added a way to override fork()
  • added support for +internal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/enumdev.h

    r4708 r5373  
    4040 
    4141#define ROAR_ENUM_FLAG_NONE         0x0000 /* no flags set                     */ 
    42 #define ROAR_ENUM_FLAG_DESC         0x0001 /* ask for server description       */ 
     42#define ROAR_ENUM_FLAG_DESC         0x0001 /* ask for server description     1 */ 
    4343#define ROAR_ENUM_FLAG_LOCATION     0x0002 /* ask for server location        1 */ 
    44 #define ROAR_ENUM_FLAG_NONBLOCK     0x0004 /* do not block                   1 */ 
     44#define ROAR_ENUM_FLAG_NONBLOCK     0x0004 /* do not block                     */ 
    4545#define ROAR_ENUM_FLAG_HARDNONBLOCK 0x0008 /* do even less block than NONBLOCK */ 
     46#define ROAR_ENUM_FLAG_LOCALONLY    0x0010 /* only list local servers          */ 
    4647/* 
    4748 * 1 = This is a request. The result may include or not include the data anyway. 
    48  *     This is only so the lib does not need to spend extra work if data is not needed. 
     49 *     This is only so the lib does not need to spend extra work when data is not needed. 
    4950 */ 
    5051 
Note: See TracChangeset for help on using the changeset viewer.