From f7c5e5a3987ea773203f6052e9cac34ae8992131 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 28 Sep 2005 09:58:58 +0000 Subject: r10569: add all info that we have to wrepl_name, as we need it for replication :-) metze (This used to be commit bfd548ca10134d5a17b87a0507917721aa251223) --- source4/libcli/wrepl/winsrepl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/libcli/wrepl/winsrepl.h') diff --git a/source4/libcli/wrepl/winsrepl.h b/source4/libcli/wrepl/winsrepl.h index 64e09d61c6..2253fe181e 100644 --- a/source4/libcli/wrepl/winsrepl.h +++ b/source4/libcli/wrepl/winsrepl.h @@ -116,6 +116,10 @@ struct wrepl_pull_names { uint32_t num_names; struct wrepl_name { struct nbt_name name; + uint32_t flags; + uint32_t group_flag; + uint64_t version_id; + const char *owner; uint32_t num_addresses; struct wrepl_address { const char *owner; -- cgit