mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 09:45:06 -05:00
nts: define type for credentials
Add a NKSN_Credentials type to avoid referring to it as void *.
This commit is contained in:
@@ -58,7 +58,7 @@ struct NKC_Instance_Record {
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
static void *client_credentials = NULL;
|
||||
static NKSN_Credentials client_credentials = NULL;
|
||||
static int client_credentials_refs = 0;
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
Reference in New Issue
Block a user