summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/epmapper.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-15 15:31:49 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-15 15:31:49 +0200
commit760dfa76d9c912fd352e26be9be8a3d567f12375 (patch)
tree4aa59cfd823125a57d73e7e91a0f4a109e828f92 /source3/librpc/gen_ndr/epmapper.h
parent78ad8fc8aa6fb50ec245f213362bc2b21ddfad84 (diff)
downloadsamba-760dfa76d9c912fd352e26be9be8a3d567f12375.tar.gz
samba-760dfa76d9c912fd352e26be9be8a3d567f12375.tar.bz2
samba-760dfa76d9c912fd352e26be9be8a3d567f12375.zip
Share epmapper.
Diffstat (limited to 'source3/librpc/gen_ndr/epmapper.h')
-rw-r--r--source3/librpc/gen_ndr/epmapper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/epmapper.h b/source3/librpc/gen_ndr/epmapper.h
index 7689ee54a6..4b75261a02 100644
--- a/source3/librpc/gen_ndr/epmapper.h
+++ b/source3/librpc/gen_ndr/epmapper.h
@@ -227,7 +227,9 @@ struct epm_twr_t {
struct epm_entry_t {
struct GUID object;
struct epm_twr_t *tower;/* [ptr] */
- const char * annotation;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_LEN4)] */
+ uint32_t __annotation_offset;/* [value(0)] */
+ uint32_t __annotation_length;/* [value(strlen(annotation)+1)] */
+ const char *annotation;/* [charset(DOS)] */
};
struct rpc_if_id_t {