diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-26 12:21:33 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-26 12:21:33 +0200 |
commit | 7901c40500af1749848b79833ddfe66c22e81f50 (patch) | |
tree | 4f35315a02b42564ec07b75832fa1ec015662198 /proto/rpki/rpki.h | |
parent | c2261fa8add264d3668f1fe270b6961d81afe6b5 (diff) | |
parent | 3fd1f46184aa74d8ab7ed65c9ab6954f7e49d309 (diff) |
Merge commit '3fd1f461' into thread-next
closes #16
closes #17
closes #18
Diffstat (limited to 'proto/rpki/rpki.h')
-rw-r--r-- | proto/rpki/rpki.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rpki/rpki.h b/proto/rpki/rpki.h index 26fbb46e..20253844 100644 --- a/proto/rpki/rpki.h +++ b/proto/rpki/rpki.h @@ -83,6 +83,8 @@ const char *rpki_cache_state_to_str(enum rpki_cache_state state); void rpki_table_add_roa(struct rpki_cache *cache, struct channel *channel, const net_addr_union *pfxr); void rpki_table_remove_roa(struct rpki_cache *cache, struct channel *channel, const net_addr_union *pfxr); +void rpki_start_refresh(struct rpki_proto *p); +void rpki_stop_refresh(struct rpki_proto *p); /* * RPKI Protocol Logic |