mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
pass context to the logging function
This commit is contained in:
parent
c982c6b405
commit
eaf1d51b1c
7 changed files with 24 additions and 25 deletions
|
@ -2,8 +2,9 @@
|
|||
#include <stdint.h>
|
||||
#include <stddef.h> /* for offsetof() macro */
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/ts.h>
|
||||
|
||||
typedef struct {
|
||||
uint64_t query_counter;
|
||||
TS_RESP_CTX *resp_ctx;
|
||||
} rfc3161_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue