summaryrefslogtreecommitdiff
path: root/source4/libcli/wrepl/winsrepl.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-09-28 09:58:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:06 -0500
commitf7c5e5a3987ea773203f6052e9cac34ae8992131 (patch)
treebf5d0cfbbf80f4e56585c249e86c16db28a98366 /source4/libcli/wrepl/winsrepl.h
parent2ca10397af6f5680f99997d9f92cd6356816376d (diff)
downloadsamba-f7c5e5a3987ea773203f6052e9cac34ae8992131.tar.gz
samba-f7c5e5a3987ea773203f6052e9cac34ae8992131.tar.bz2
samba-f7c5e5a3987ea773203f6052e9cac34ae8992131.zip
r10569: add all info that we have to wrepl_name, as we need it for replication :-)
metze (This used to be commit bfd548ca10134d5a17b87a0507917721aa251223)
Diffstat (limited to 'source4/libcli/wrepl/winsrepl.h')
-rw-r--r--source4/libcli/wrepl/winsrepl.h4
1 files changed, 4 insertions, 0 deletions
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;