r25662: While watching traces, learned the frsapi_InfoEnum enum types.
authorGünther Deschner <gd@samba.org>
Tue, 16 Oct 2007 09:12:41 +0000 (11:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:43:04 +0000 (05:43 +0100)
Guenther
(This used to be commit 5922a1228653709e1ff99be50e902663e152c706)

source4/librpc/idl/frsapi.idl

index 2c3f3bb9ffa4fb237898586fdd2055231c11de56..07a26bb516a5a75291d874776a15e434429a53ee 100644 (file)
@@ -37,6 +37,20 @@ interface frsapi
 
        /****************/
        /* 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();
 
        /****************/