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

Andrew Beekhof andrew at beekhof.net
Fri Apr 29 03:15:08 EDT 2011


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 purging Glib from the API so that low
level consumers
don't need to explicitly use or link against Glib which is considered "heavy".


On Thu, Apr 28, 2011 at 5:49 PM, Marcus Barrow <mbarrow at redhat.com> wrote:
>
> 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 was replaced with a simple bool.
>
> The stonith-ng header file was also split to isolate internal things from what API users require.
>
> These changes were then followed thru in the stonith-test, stonith-admin and raexecstonith programs.
>
> Regards,
> Marcus Barrow
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>
>




More information about the Pacemaker mailing list