kdc/process.c: add tracing messages.

This commit is contained in:
Roland C. Dowdeswell
2019-11-21 15:33:49 +00:00
committed by Viktor Dukhovni
parent c76e30e90c
commit 430e18c074
2 changed files with 13 additions and 6 deletions

View File

@@ -108,6 +108,7 @@ struct krb5_kdc_service {
unsigned int flags;
#define KS_KRB5 1
#define KS_NO_LENGTH 2
const char *name;
krb5_error_code (*process)(kdc_request_t *, int *claim);
};