git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a61d1f
)
r6708: Another type of monitor message.
author
Rafal Szczesniak
<mimir@samba.org>
Tue, 10 May 2005 12:45:48 +0000
(12:45 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:36 +0000
(13:16 -0500)
rafal
source/libcli/composite/monitor.h
patch
|
blob
|
history
diff --git
a/source/libcli/composite/monitor.h
b/source/libcli/composite/monitor.h
index cdcf298818d13705d5af6533d394d4b1da822be7..729f37204fc145ab1213f51b792d42c328bb21b6 100644
(file)
--- a/
source/libcli/composite/monitor.h
+++ b/
source/libcli/composite/monitor.h
@@
-27,6
+27,7
@@
*/
enum monitor_type {
+ rpc_create_user,
rpc_open_user,
rpc_query_user,
rpc_close_user
@@
-35,6
+36,10
@@
enum monitor_type {
struct monitor_msg {
enum monitor_type type;
union monitor_data {
+ struct rpc_create_user {
+ uint32_t rid;
+ } rpc_create_user;
+
struct rpc_open_user {
uint32_t rid, access_mask;
} rpc_open_user;