1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 17:48:07 +02:00
uts-server/inc/context.h

11 lines
223 B
C
Raw Normal View History

#include <stdlib.h>
#include <stdint.h>
#include <stddef.h> /* for offsetof() macro */
#include <string.h>
2016-08-24 23:03:49 +02:00
#include <openssl/ts.h>
typedef struct {
uint64_t query_counter;
2016-08-24 23:03:49 +02:00
TS_RESP_CTX *resp_ctx;
} rfc3161_context;