[profiler] Fix a type name conflict.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 7 Jul 2017 01:08:33 +0000 (03:08 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 7 Jul 2017 01:08:33 +0000 (03:08 +0200)
mono/metadata/profiler-events.h

index 3c08d81d1369ddbdbc3374fde4ae273324cbbc43..01902b0bb0c2929c86b16189063edaa940264a9a 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 MONO_PROFILER_EVENT_0(runtime_initialized, RuntimeInitialized)
-MONO_PROFILER_EVENT_0(runtime_shutdown_begin, RuntimeShutdown)
-MONO_PROFILER_EVENT_0(runtime_shutdown_end, RuntimeShutdown)
+MONO_PROFILER_EVENT_0(runtime_shutdown_begin, RuntimeShutdownBegin)
+MONO_PROFILER_EVENT_0(runtime_shutdown_end, RuntimeShutdownEnd)
 
 MONO_PROFILER_EVENT_1(context_loaded, ContextLoaded, MonoAppContext *, context)
 MONO_PROFILER_EVENT_1(context_unloaded, ContextUnloaded, MonoAppContext *, context)