From 256b839ecc86e341e9d4a4a867dc821e8ca4d747 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 16 Oct 2007 11:12:41 +0200 Subject: r25662: While watching traces, learned the frsapi_InfoEnum enum types. Guenther (This used to be commit 5922a1228653709e1ff99be50e902663e152c706) --- source4/librpc/idl/frsapi.idl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source4/librpc/idl/frsapi.idl') diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl index 2c3f3bb9ff..07a26bb516 100644 --- a/source4/librpc/idl/frsapi.idl +++ b/source4/librpc/idl/frsapi.idl @@ -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(); /****************/ -- cgit