From 8c79b4cbc152dd4df11d3916739bc851b6db2e86 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 19 Sep 2006 22:22:57 +0000 Subject: r18690: Regenerate RPC files after pidl changes. (This used to be commit 87d34305374e867eeac9d75d5d690c6b15570e6e) --- source3/librpc/gen_ndr/initshutdown.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'source3/librpc/gen_ndr/initshutdown.h') diff --git a/source3/librpc/gen_ndr/initshutdown.h b/source3/librpc/gen_ndr/initshutdown.h index 58f7b3bc6e..c0590c0462 100644 --- a/source3/librpc/gen_ndr/initshutdown.h +++ b/source3/librpc/gen_ndr/initshutdown.h @@ -4,24 +4,24 @@ #define _HEADER_initshutdown struct initshutdown_String_sub { - uint32_t name_size;/* [keepref,value(strlen_m_term(name))] */ - const char * name;/* [keepref,flag(LIBNDR_FLAG_STR_LEN4|LIBNDR_FLAG_STR_NOTERM)] */ + uint32_t name_size;/* [value(strlen_m_term(name))] */ + const char * name;/* [flag(LIBNDR_FLAG_STR_LEN4|LIBNDR_FLAG_STR_NOTERM)] */ }; struct initshutdown_String { - uint16_t name_len;/* [keepref,value(strlen_m(r->name->name)*2)] */ - uint16_t name_size;/* [keepref,value(strlen_m_term(r->name->name)*2)] */ - struct initshutdown_String_sub *name;/* [unique,keepref] */ + uint16_t name_len;/* [value(strlen_m(r->name->name)*2)] */ + uint16_t name_size;/* [value(strlen_m_term(r->name->name)*2)] */ + struct initshutdown_String_sub *name;/* [unique] */ }/* [public] */; struct initshutdown_Init { struct { - uint16_t *hostname;/* [unique,keepref] */ - struct initshutdown_String *message;/* [unique,keepref] */ - uint32_t timeout;/* [keepref] */ - uint8_t force_apps;/* [keepref] */ - uint8_t reboot;/* [keepref] */ + uint16_t *hostname;/* [unique] */ + struct initshutdown_String *message;/* [unique] */ + uint32_t timeout; + uint8_t force_apps; + uint8_t reboot; } in; struct { @@ -33,7 +33,7 @@ struct initshutdown_Init { struct initshutdown_Abort { struct { - uint16_t *server;/* [unique,keepref] */ + uint16_t *server;/* [unique] */ } in; struct { @@ -45,12 +45,12 @@ struct initshutdown_Abort { struct initshutdown_InitEx { struct { - uint16_t *hostname;/* [unique,keepref] */ - struct initshutdown_String *message;/* [unique,keepref] */ - uint32_t timeout;/* [keepref] */ - uint8_t force_apps;/* [keepref] */ - uint8_t reboot;/* [keepref] */ - uint32_t reason;/* [keepref] */ + uint16_t *hostname;/* [unique] */ + struct initshutdown_String *message;/* [unique] */ + uint32_t timeout; + uint8_t force_apps; + uint8_t reboot; + uint32_t reason; } in; struct { -- cgit