svn commit: samba r6708 - in branches/SAMBA_4_0/source/libcli/composite: .

mimir at samba.org mimir at samba.org
Tue May 10 12:45:50 GMT 2005


Author: mimir
Date: 2005-05-10 12:45:48 +0000 (Tue, 10 May 2005)
New Revision: 6708

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6708

Log:
Another type of monitor message.

rafal


Modified:
   branches/SAMBA_4_0/source/libcli/composite/monitor.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/composite/monitor.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/monitor.h	2005-05-10 12:26:55 UTC (rev 6707)
+++ branches/SAMBA_4_0/source/libcli/composite/monitor.h	2005-05-10 12:45:48 UTC (rev 6708)
@@ -27,6 +27,7 @@
  */
 
 enum monitor_type {
+	rpc_create_user,
 	rpc_open_user,
 	rpc_query_user,
 	rpc_close_user
@@ -35,6 +36,10 @@
 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;



More information about the samba-cvs mailing list