Changeset 5031:ebd6fe192503 in roaraudio for include


Ignore:
Timestamp:
05/28/11 14:23:32 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for ROAR_CMD_GETTIMEOFDAY

Location:
include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r5010 r5031  
    167167#include "ctl.h" 
    168168#include "caps.h" 
     169#include "roartime.h" 
    169170#include "meta.h" 
    170171#include "file.h" 
  • include/roaraudio/proto.h

    r5029 r5031  
    195195#define ROAR_ITST_UIURL             10 
    196196 
     197// old: do not use. 
    197198struct roar_timeofday { 
    198199 int64_t  t_sec;   // secund part of system time 
Note: See TracChangeset for help on using the changeset viewer.