Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eventpipeadaptertypes.h « vm « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f473bde10488d311acb75ce7b2132a75b5c3d470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#ifndef __EVENTPIPE_ADAPTER_TYPES_H__
#define __EVENTPIPE_ADAPTER_TYPES_H__

#if defined(FEATURE_PERFTRACING)

typedef struct _EventFilterDescriptor EventFilterDescriptor;
typedef struct _EventPipeBufferList EventPipeBufferList;
typedef struct _EventPipeProvider EventPipeProvider;
typedef struct _EventPipeSession EventPipeSession;

#endif // FEATURE_PERFTRACING
#endif // __EVENTPIPE_ADAPTER_TYPES_H__