Changeset 5279:bb3ff1f2be28 in roaraudio for include


Ignore:
Timestamp:
11/21/11 18:28:31 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to hostid and license to server info struct, added support for contact, serial and uiurl ITST to roard.

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/serverinfo.h

    r4708 r5279  
    4040 
    4141struct roar_server_info { 
    42  char * version; 
    43  char * location; 
    44  char * description; 
    45  char * contact; 
    46  char * serial; 
    47  char * address; 
    48  char * uiurl; 
     42 const char * version; 
     43 const char * location; 
     44 const char * description; 
     45 const char * contact; 
     46 const char * serial; 
     47 const char * address; 
     48 const char * uiurl; 
     49 const char * hostid; 
     50 const char * license; 
    4951 struct { 
    50   char * sysname; 
    51   char * release; 
    52   char * nodename; 
    53   char * machine; 
     52  const char * sysname; 
     53  const char * release; 
     54  const char * nodename; 
     55  const char * machine; 
    5456 } un; 
    5557}; 
  • include/roaraudio/proto.h

    r5093 r5279  
    199199#define ROAR_ITST_UIURL             10 
    200200#define ROAR_ITST_HOSTID            11 
     201#define ROAR_ITST_LICENSE           12 
    201202 
    202203// IDs for diffrent clocks: 
Note: See TracChangeset for help on using the changeset viewer.