X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Ftraceset.h;h=9d29d7a388eee3e8db55431715c5dce3a7b8429f;hb=dd025f915d9b3a3e587578e97b3738115193c180;hp=4675e719a436903ce45287f1469d3e50516d9b95;hpb=308711e5772586ce8ecc22ce04e571b175309b8e;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/traceset.h b/ltt/branches/poly/include/lttv/traceset.h index 4675e719..9d29d7a3 100644 --- a/ltt/branches/poly/include/lttv/traceset.h +++ b/ltt/branches/poly/include/lttv/traceset.h @@ -1,3 +1,21 @@ +/* This file is part of the Linux Trace Toolkit viewer + * Copyright (C) 2003-2004 Michel Dagenais + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License Version 2 as + * published by the Free Software Foundation; + * + * 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 TRACESET_H #define TRACESET_H @@ -15,6 +33,8 @@ typedef struct _LttvTrace LttvTrace; LttvTraceset *lttv_traceset_new(); +char * lttv_traceset_name(LttvTraceset * s); + LttvTrace *lttv_trace_new(LttTrace *t); LttvTraceset *lttv_traceset_copy(LttvTraceset *s_orig); @@ -43,5 +63,7 @@ LttvAttribute *lttv_trace_attribute(LttvTrace *t); LttTrace *lttv_trace(LttvTrace *t); +guint lttv_trace_get_ref_number(LttvTrace * t); + #endif // TRACESET_H