Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/trace/qcirc.h
21,6 → 21,10
#ifndef __TRACE_QCIRC_H
#define __TRACE_QCIRC_H
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
typedef struct TAGtrc_circular_queue_args_t {
char *filename;
int size;
47,4 → 51,5
int trc_register_circular_queue(void);
 
__END_DECLS
#endif