2008-03-14 Rodrigo Kumpera <rkumpera@novell.com>
authorRodrigo Kumpera <kumpera@gmail.com>
Fri, 14 Mar 2008 19:06:30 +0000 (19:06 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 14 Mar 2008 19:06:30 +0000 (19:06 -0000)
* icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.

svn path=/trunk/mono/; revision=98337

mono/metadata/ChangeLog
mono/metadata/icall-def.h

index a321ddbc931a866e7ea11fe50ffcdeb2a037de90..f47447c8046569d042ded71f7118d1a3a48d9c67 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
+
 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
 
        * reflection.c (mono_image_get_field_on_inst_token): Add caching.
index 38f4fc04c515201a4cc91a838ed4c5cead3405ee..cb5cdd2141db223214c1e50f722705eda67737f9 100644 (file)
@@ -178,6 +178,7 @@ ICALL(PERFCTRCAT_3, "CounterCategoryExists", mono_perfcounter_category_exists)
 ICALL(PERFCTRCAT_4, "Create",         mono_perfcounter_create)
 ICALL(PERFCTRCAT_5, "GetCategoryNames", mono_perfcounter_category_names)
 ICALL(PERFCTRCAT_6, "GetCounterNames", mono_perfcounter_counter_names)
+ICALL(PERFCTRCAT_8, "GetInstanceNames", mono_perfcounter_instance_names)
 ICALL(PERFCTRCAT_7, "InstanceExistsInternal", mono_perfcounter_instance_exists)
 
 ICALL_TYPE(PROCESS, "System.Diagnostics.Process", PROCESS_1)