diff agent/src/os/linux/libproc.h @ 23480:252404a1e9e2

Merge
author dcubed
date Fri, 18 Dec 2015 10:58:25 -0800
parents 48eec0ba6526 d06b64fc150f
children b5f3a471e646
line wrap: on
line diff
--- a/agent/src/os/linux/libproc.h	Fri Dec 18 10:12:46 2015 -0800
+++ b/agent/src/os/linux/libproc.h	Fri Dec 18 10:58:25 2015 -0800
@@ -83,7 +83,7 @@
 struct ps_prochandle;
 
 // attach to a process
-struct ps_prochandle* Pgrab(pid_t pid);
+struct ps_prochandle* Pgrab(pid_t pid, char* err_buf, size_t err_buf_len);
 
 // attach to a core dump
 struct ps_prochandle* Pgrab_core(const char* execfile, const char* corefile);