Author: gd
Date: 2007-10-16 11:12:41 +0000 (Tue, 16 Oct 2007)
New Revision: 25662

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

Log:
While watching traces, learned the frsapi_InfoEnum enum types.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/frsapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/frsapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/frsapi.idl     2007-10-16 05:26:15 UTC 
(rev 25661)
+++ branches/SAMBA_4_0/source/librpc/idl/frsapi.idl     2007-10-16 11:12:41 UTC 
(rev 25662)
@@ -37,6 +37,20 @@
 
        /****************/
        /* Function 0x07 */
+
+       typedef enum {
+               FRSAPI_INFO_VERSION     = 0,
+               FRSAPI_INFO_SETS        = 1,
+               FRSAPI_INFO_DS          = 2,
+               FRSAPI_INFO_MEMORY      = 3,
+               FRSAPI_INFO_IDTABLE     = 4,
+               FRSAPI_INFO_OUTLOG      = 5,
+               FRSAPI_INFO_INLOG       = 6,
+               FRSAPI_INFO_THREADS     = 7,
+               FRSAPI_INFO_STAGE       = 8,
+               FRSAPI_INFO_CONFIGTABLE = 9
+       } frsapi_InfoEnum;
+
        void FRSAPI_INFO_W();
 
        /****************/

Reply via email to