ctdb_req_control contains 4 padding bytes. Create an explicit pad variable here and...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Jun 2010 06:49:05 +0000 (16:49 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Jun 2010 06:49:05 +0000 (16:49 +1000)
commit8818d5c483558c0faa6a3923ed5e675fdcfc13af
treeb9415f0eca8a65e9501d268b863032b7a1b3c28c
parent07b395258ab08218e8eed3b4a52654925b85275c
ctdb_req_control contains 4 padding bytes. Create an explicit pad variable here and set it to 0 when creating a control to keep valgrind happy.

PDUs are padded to 8 byte boundary. If padding is used, memset it to 0
to keep valgrind happy.
include/ctdb_protocol.h
libctdb/ctdb.c
libctdb/io_elem.c