X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fmarker-control.h;h=a1b65a187879b400e2f04f5e8a1059b9d8054243;hb=8161463975e218e0833d31ab1577a7ceb9e8e9f3;hp=0b602db9fd3b14bcef4a7b32e0182dfc45d8a80d;hpb=b4512257eb71d0432554047acf6278dc42a15a75;p=ust.git diff --git a/libust/marker-control.h b/libust/marker-control.h index 0b602db..a1b65a1 100644 --- a/libust/marker-control.h +++ b/libust/marker-control.h @@ -1,7 +1,25 @@ +/* + * Copyright (C) 2009 - Pierre-Marc Fournier (pierre-marc dot fournier at polymtl dot ca) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef MARKER_CONTROL_H #define MARKER_CONTROL_H -int marker_control_init(void); +int init_ust_marker_control(void); int ltt_probe_register(struct ltt_available_probe *pdata); #endif /* MARKER_CONTROL_H */