Getting back into gear, slowly ...
Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (2):
qa/admin/check-vm: tweak the Debian package prereqs
src/libpcp/src/context.c change intializer for being_initialized
qa/admin/check-vm | 8 +++++---
src/libpcp/src/context.c | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
Details ...
commit 98fc9d491804f7d26c6b6c3f62a912c207024e4b
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed May 4 10:26:51 2016 +1000
src/libpcp/src/context.c change intializer for being_initialized
Problem is that the type of __pmMutex depends on the platform,
and this cannot be correctly initialized with the same constant
everywhere.
Go for a more modern (i.e. not K&R) struct initializer syntax to
initialize just c_type which is the only field that matters here.
Reviewed by Frank.
commit 9330d6d2221e55bab3e795631727ba5735580dab
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed May 4 10:25:30 2016 +1000
qa/admin/check-vm: tweak the Debian package prereqs
|