From 491c63a78de92252148d0d7ac7cb50a2f420b062 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 16 Jun 2007 17:13:42 +0000 Subject: r23519: added libcli code for fetching shadow copy information (This used to be commit a9c23729f253f65825466cfef965d259ec35a54c) --- source4/libcli/raw/interfaces.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'source4/libcli/raw/interfaces.h') diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 93d8dd2c20a..210fb1cccfc 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -2632,4 +2632,19 @@ struct smb_echo { } out; }; +/* + struct for shadow copy volumes + */ +struct smb_shadow_copy { + struct { + union smb_handle file; + uint32_t max_data; + } in; + struct { + uint32_t num_volumes; + uint32_t num_names; + const char **names; + } out; +}; + #endif /* __LIBCLI_RAW_INTERFACES_H__ */ -- cgit