Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Aug 4, 2021
1 parent c8cce28 commit 1e6bd68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions relay/sources/relayd/src/lib.rs
Expand Up @@ -229,6 +229,13 @@ pub struct JobConfig {
pub cfg: Configuration,
pub nodes: RwLock<NodesList>,
pub pool: Option<PgPool>,


// FIXME make the clients themselves reloadable themselves
// we need a way to store and compare certs



/// Parent policy server
pub upstream_client: Client,
/// Sub relays
Expand Down

0 comments on commit 1e6bd68

Please sign in to comment.