From cc23d13f87e74d4dc2cc781da28ddc07f3860b63 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Thu, 3 Dec 2015 22:16:10 +0100 Subject: Add Platform_getProcessEnv - currently implemented for darwin and linux --- linux/Platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/Platform.h') diff --git a/linux/Platform.h b/linux/Platform.h index 2c79b299..114b9a20 100644 --- a/linux/Platform.h +++ b/linux/Platform.h @@ -39,4 +39,6 @@ void Platform_setMemoryValues(Meter* this); void Platform_setSwapValues(Meter* this); +char* Platform_getProcessEnv(pid_t pid); + #endif -- cgit v1.2.3