feat: initial trie routing structure

This commit is contained in:
Jef Roosens 2024-02-22 11:42:56 +01:00
parent 1f63f06e0c
commit 71cf5a5981
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 111 additions and 0 deletions

View file

@ -32,6 +32,8 @@ typedef enum lnm_err {
lnm_err_not_setup,
lnm_err_bad_regex,
lnm_err_not_found,
lnm_err_invalid_route,
lnm_err_overlapping_route,
} lnm_err;
typedef struct lnm_loop lnm_http_loop;