mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
adding a context which will be passed from query to query
This commit is contained in:
parent
b27d676148
commit
c982c6b405
3 changed files with 22 additions and 4 deletions
9
inc/context.h
Normal file
9
inc/context.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h> /* for offsetof() macro */
|
||||
#include <string.h>
|
||||
|
||||
|
||||
typedef struct {
|
||||
uint64_t query_counter;
|
||||
} rfc3161_context;
|
Loading…
Add table
Add a link
Reference in a new issue