source: branches/samba-3.2.x/source/librpc/gen_ndr/messaging.h

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 680 bytes
Line 
1/* header auto-generated by pidl */
2
3#include <stdint.h>
4
5#ifndef _HEADER_messaging
6#define _HEADER_messaging
7
8struct messaging_rec {
9 uint32_t msg_version;
10 uint32_t msg_type;
11 struct server_id dest;
12 struct server_id src;
13 DATA_BLOB buf;
14}/* [public] */;
15
16struct messaging_array {
17 uint32_t num_messages;
18 struct messaging_rec *messages;
19}/* [public] */;
20
21struct dbwrap_tdb2_changes {
22 const char *magic_string;/* [value("TDB2"),charset(DOS)] */
23 uint32_t magic_version;/* [value] */
24 const char *name;/* [charset(UTF8)] */
25 uint32_t old_seqnum;
26 uint32_t new_seqnum;
27 uint32_t num_changes;
28 uint32_t num_keys;
29 DATA_BLOB *keys;
30}/* [public] */;
31
32#endif /* _HEADER_messaging */
Note: See TracBrowser for help on using the repository browser.