summaryrefslogtreecommitdiff
path: root/src/gc/gceventstatus.cpp
blob: 9c4f35bfde47c845c118059491ca626acbd336f2 (plain)
1
2
3
4
5
6
7
8
9
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#include "common.h"
#include "gceventstatus.h"

Volatile<GCEventLevel> GCEventStatus::enabledLevels[2] = {GCEventLevel_None, GCEventLevel_None};
Volatile<GCEventKeyword> GCEventStatus::enabledKeywords[2] = {GCEventKeyword_None, GCEventKeyword_None};