1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/cluster
Andrew Tridgell 4109edc5b6 r20943: use offsetof() instead of sizeof() - 1 for the packet length
calculations. It will be interesting to see how portable this is.

The advantage over the sizeof() method is that it avoids padding
problems after the data[1] array. That was causing us to get valgrind
errors.
(This used to be commit fd8e460439)
2007-10-10 14:43:57 -05:00
..
ctdb r20943: use offsetof() instead of sizeof() - 1 for the packet length 2007-10-10 14:43:57 -05:00
cluster_private.h r20919: add a function cluster_tdb_tmp_open() which can be used in a cluster 2007-10-10 14:43:52 -05:00
cluster.c r20919: add a function cluster_tdb_tmp_open() which can be used in a cluster 2007-10-10 14:43:52 -05:00
cluster.h r20919: add a function cluster_tdb_tmp_open() which can be used in a cluster 2007-10-10 14:43:52 -05:00
config.mk r20889: import ctdb cluster backend from bzr 2007-10-10 14:43:46 -05:00
local.c r20919: add a function cluster_tdb_tmp_open() which can be used in a cluster 2007-10-10 14:43:52 -05:00