1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

messaging: Declare well known server name auth_events as AUTH_EVENT_NAME in IDL

This makes it easy to ensure we use the same name in the python and the C

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2017-03-14 12:37:15 +13:00
parent 6e87aa38c4
commit a3c9ad53a2

View File

@ -173,4 +173,7 @@ interface messaging
uint32 num_recs;
messaging_rec *recs[num_recs];
} messaging_reclog;
/* This allows this well known service name to be referenced in python and C */
const string AUTH_EVENT_NAME = "auth_event";
}