diff options
author | Günther Deschner <gd@samba.org> | 2007-10-16 11:12:41 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:04 +0100 |
commit | 256b839ecc86e341e9d4a4a867dc821e8ca4d747 (patch) | |
tree | 96b2d972cceb44e512451e324425c650be6686cb /source4/librpc/idl | |
parent | e19d281cb74054baf017f710ecb83d461e4a0971 (diff) | |
download | samba-256b839ecc86e341e9d4a4a867dc821e8ca4d747.tar.gz samba-256b839ecc86e341e9d4a4a867dc821e8ca4d747.tar.bz2 samba-256b839ecc86e341e9d4a4a867dc821e8ca4d747.zip |
r25662: While watching traces, learned the frsapi_InfoEnum enum types.
Guenther
(This used to be commit 5922a1228653709e1ff99be50e902663e152c706)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/frsapi.idl | 14 |
1 files changed, 14 insertions, 0 deletions
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(); /****************/ |