X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing_lttv_common.h;fp=lttv%2Flttv%2Fsync%2Fevent_processing_lttv_common.h;h=0000000000000000000000000000000000000000;hb=10341d26543c63ff318a4cf5cb163bccdc58b19d;hp=aa34cfcc766a414c68dfd2e3ace08d3f61bfdd68;hpb=84baf72b1a0b38d106c80c936261e9aed9b6324f;p=lttv.git diff --git a/lttv/lttv/sync/event_processing_lttv_common.h b/lttv/lttv/sync/event_processing_lttv_common.h deleted file mode 100644 index aa34cfcc..00000000 --- a/lttv/lttv/sync/event_processing_lttv_common.h +++ /dev/null @@ -1,67 +0,0 @@ -/* This file is part of the Linux Trace Toolkit viewer - * Copyright (C) 2009 Benjamin Poirier - * - * 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 EVENT_PROCESSING_LTTNG_COMMON_H -#define EVENT_PROCESSING_LTTNG_COMMON_H - -#include - -#include - - -GQuark - LTT_CHANNEL_NET, - LTT_CHANNEL_NETIF_STATE; - -GQuark - LTT_EVENT_DEV_XMIT, - LTT_EVENT_DEV_RECEIVE, - LTT_EVENT_TCPV4_RCV, - LTT_EVENT_NETWORK_IPV4_INTERFACE; - -GQuark - LTT_FIELD_SKB, - LTT_FIELD_PROTOCOL, - LTT_FIELD_NETWORK_PROTOCOL, - LTT_FIELD_TRANSPORT_PROTOCOL, - LTT_FIELD_SADDR, - LTT_FIELD_DADDR, - LTT_FIELD_TOT_LEN, - LTT_FIELD_IHL, - LTT_FIELD_SOURCE, - LTT_FIELD_DEST, - LTT_FIELD_SEQ, - LTT_FIELD_ACK_SEQ, - LTT_FIELD_DOFF, - LTT_FIELD_ACK, - LTT_FIELD_RST, - LTT_FIELD_SYN, - LTT_FIELD_FIN, - LTT_FIELD_NAME, - LTT_FIELD_ADDRESS, - LTT_FIELD_UP; - - -void createQuarks(); -void registerHooks(GArray* hookListList, LttvTracesetContext* const - traceSetContext, LttvHook hookFunction, gpointer - hookData); -void unregisterHooks(GArray* hookListList, LttvTracesetContext* const - traceSetContext); - -#endif