/*
* scamper_do_trace.h
*
* $Id: scamper_do_trace.h,v 1.5 2007/05/08 01:46:37 mjl Exp $
*
* Copyright (C) 2005-2007 The University of Waikato
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef __SCAMPER_DO_TRACE_H
#define __SCAMPER_DO_TRACE_H
scamper_trace_t *scamper_do_trace_alloc(char *str);
scamper_task_t *scamper_do_trace_alloctask(scamper_trace_t *trace,
scamper_list_t *list,
scamper_cycle_t *cycle);
void scamper_do_trace_cleanup(void);
int scamper_do_trace_init(void);
#endif /*__SCAMPER_DO_TRACE_H */
syntax highlighted by Code2HTML, v. 0.9.1