Re: [Pacemaker] [patch 1/2] Prune glib from stonith api, clean paramter lists.

2011-05-02 Thread Andrew Beekhof
cluster resource manager pacemaker@oss.clusterlabs.org Sent: Friday, April 29, 2011 3:15:08 AM Subject: Re: [Pacemaker] [patch 1/2] Prune glib from stonith api, clean paramter lists. There are some spurious whitespace changes that need to be removed and more glib prune from API isn't really

Re: [Pacemaker] [patch 1/2] Prune glib from stonith api, clean paramter lists.

2011-04-29 Thread Andrew Beekhof
There are some spurious whitespace changes that need to be removed and more glib prune from API isn't really acceptable as the commit message. severity: system: something descriptive In this case... Medium: stonith: Remove Glib data types from the API arguments This is the first step towards

Re: [Pacemaker] [patch 1/2] Prune glib from stonith api, clean paramter lists.

2011-04-29 Thread Marcus Barrow
pacemaker@oss.clusterlabs.org Sent: Friday, April 29, 2011 3:15:08 AM Subject: Re: [Pacemaker] [patch 1/2] Prune glib from stonith api, clean paramter lists. There are some spurious whitespace changes that need to be removed and more glib prune from API isn't really acceptable as the commit message

[Pacemaker] [patch 1/2] Prune glib from stonith api, clean paramter lists.

2011-04-28 Thread Marcus Barrow
This is patch 1/2 for pacemaker-devel that removes the requirement for stonith clients to use GLIB. It removes the use of GLIB data types in the API arguments. The GLIB hash tables and lists used as parameters have been replaced with a structure describing key / value pairs. The gboolean type