mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 23:45:07 -05:00
nts: fix comment about message handler
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
typedef struct NKSN_Instance_Record *NKSN_Instance;
|
typedef struct NKSN_Instance_Record *NKSN_Instance;
|
||||||
|
|
||||||
/* Handler for received NTS-KE messages. A non-zero return code stops
|
/* Handler for received NTS-KE messages. A zero return code stops
|
||||||
the session. */
|
the session. */
|
||||||
typedef int (*NKSN_MessageHandler)(void *arg);
|
typedef int (*NKSN_MessageHandler)(void *arg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user