X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-proclib.h;h=356a1ab7e0b2916e2d97507d2a93bcfbc41892bd;hb=45d6da52ce69cbd24f5930e1cad88d425e706186;hp=67db3f3f31715e57ab0ca97e4dc5364a2d202e3a;hpb=559ad5b34bc086b51af2e589b32ea2eae0f78820;p=mono.git diff --git a/mono/utils/mono-proclib.h b/mono/utils/mono-proclib.h index 67db3f3f317..356a1ab7e0b 100644 --- a/mono/utils/mono-proclib.h +++ b/mono/utils/mono-proclib.h @@ -1,3 +1,7 @@ +/** + * \file + */ + #ifndef __MONO_PROC_LIB_H__ #define __MONO_PROC_LIB_H__ /* @@ -6,6 +10,7 @@ #include #include +#include /* never remove or reorder these enums values: they are used in corlib/System */ @@ -67,7 +72,7 @@ gint64 mono_process_get_data_with_error (gpointer pid, MonoProcessData data, int mono_process_current_pid (void); -int mono_cpu_count (void); +MONO_API int mono_cpu_count (void); gint64 mono_cpu_get_data (int cpu_id, MonoCpuData data, MonoProcessError *error); gint32 mono_cpu_usage (MonoCpuUsageState *prev);