1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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

Guenther
(This used to be commit 5922a12286)
This commit is contained in:
Günther Deschner 2007-10-16 11:12:41 +02:00 committed by Stefan Metzmacher
parent e19d281cb7
commit 256b839ecc

View 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();
/****************/