summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-20 21:10:18 +0000
committerJim McDonough <jmcd@samba.org>2003-10-20 21:10:18 +0000
commit9d0f322a851f487cea320e57076213435e5c6481 (patch)
tree152e9bff2d4f9ffd09827dbcd5342066f5e33b7b /source/include
parentc68b6f64d9eb0808ce834e23174d1d6218b814b8 (diff)
downloadsamba-9d0f322a851f487cea320e57076213435e5c6481.tar.gz
samba-9d0f322a851f487cea320e57076213435e5c6481.tar.xz
samba-9d0f322a851f487cea320e57076213435e5c6481.zip
Update structures after ethereal showed some marshalling/unmarshalling
errors.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/rpc_epmapper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/include/rpc_epmapper.h b/source/include/rpc_epmapper.h
index 1b5b6b18768..de3a2cb08d9 100644
--- a/source/include/rpc_epmapper.h
+++ b/source/include/rpc_epmapper.h
@@ -70,7 +70,6 @@ typedef struct
typedef struct
{
- uint32 referent_id;
uint32 max_length;
uint32 length;
uint16 num_floors;
@@ -80,7 +79,8 @@ typedef struct
typedef struct
{
- EPM_HANDLE handle;
+ EPM_HANDLE handle;
+ uint32 tower_ref_id;
EPM_TOWER *tower;
EPM_HANDLE term_handle; /* in/out */
uint32 max_towers;
@@ -91,6 +91,7 @@ typedef struct
uint32 max_count;
uint32 offset;
uint32 count;
+ uint32 *tower_ref_ids;
EPM_TOWER *towers;
} EPM_TOWER_ARRAY;