Set process vmem_size and stack_size on FreeBSD
authorDoug MacEachern <dougm@hyperic.com>
Mon, 4 May 2009 17:22:43 +0000 (19:22 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 4 May 2009 17:24:18 +0000 (19:24 +0200)
commit8692579147f7e5cfbd4168a2da926dfd20e592f4
treeb8f1628ba7ec220b4240a5dcc123a72b0bdb8122
parentc01301e8a69b8d53b06b522b107c97dcb65093ad
Set process vmem_size and stack_size on FreeBSD

   Fixes:
   processes.c: In function 'ps_read':
   processes.c:328: warning: 'pse.vmem_size' is used uninitialized in this function
   processes.c:1300: note: 'pse.vmem_size' was declared here
   processes.c:330: warning: 'pse.stack_size' is used uninitialized in this function
   processes.c:1300: note: 'pse.stack_size' was declared here

Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Cherry-picked *again* because the initial commit to the collectd-4.5
branch was incorrect. collectd-4.6 is the branch this should be in.

Conflicts:

src/processes.c
src/processes.c