Changeset 1281:e2817a9600eb in roaraudio


Ignore:
Timestamp:
02/28/09 18:20:17 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new data types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roartypes.c

    r669 r1281  
    3636  { "roar_audio_info",    sizeof(struct roar_audio_info)    }, 
    3737  { "roar_meta",          sizeof(struct roar_meta)          }, 
     38  { "roar_vio_calls",     sizeof(struct roar_vio_calls)     }, 
     39  { "roar_stack",         sizeof(struct roar_stack)         }, 
    3840  { NULL, 0 } 
    3941 }, * c = types - 1; 
    4042 
    4143 while ((++c)->name != NULL) 
    42   printf("%-20s = %3i Bytes = %4i Bits\n", c->name, c->len, c->len * 8); 
     44  printf("%-20s = %4i Bytes = %4i Bits\n", c->name, c->len, c->len * 8); 
    4345 
    4446 return 0; 
Note: See TracChangeset for help on using the changeset viewer.