From 8c829226ce0cf98c35ffce39a66f9645cff65767 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 3 May 2016 12:34:29 +0200 Subject: STAP: Add helper functions to for human-readable account request representation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The caller of the systemtap script would be able to see what kind of account request sssd received with a string representation, not just the cryptic hexadecimal number. Reviewed-by: Lukáš Slebodník --- src/providers/data_provider_req.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers') diff --git a/src/providers/data_provider_req.h b/src/providers/data_provider_req.h index 338f8192f..a2889cda5 100644 --- a/src/providers/data_provider_req.h +++ b/src/providers/data_provider_req.h @@ -24,6 +24,8 @@ #include +/* When changing these constants, also please change sssd_functions.stp + */ #define BE_REQ_USER 0x0001 #define BE_REQ_GROUP 0x0002 #define BE_REQ_INITGROUPS 0x0003 -- cgit