ctdb: Fixed use of reserved word "private" in typedefs
authorEvan Kinney <evan.kinney@sas.com>
Thu, 29 Jul 2010 02:48:46 +0000 (22:48 -0400)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 29 Jul 2010 07:16:36 +0000 (17:16 +1000)
commit1f453aa4b5e749468c7788afac09c6f0900ea18f
tree70b33834c3d3e06b536443bd8a14ccbcda31fa7d
parentf26b59d8b96a70baa80ab1bad406ee6a21330b68
ctdb: Fixed use of reserved word "private" in typedefs

In include/ctdb.h, ctdb_callback_t and ctdb_rrl_callback_t were
defined with a void *private variable. The variable name was
changed to void *private_data to avoid issues encountered in
the Samba autoconf script.

Evan Kinney <evan.kinney@sas.com>
include/ctdb.h