Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ftl/memory_model/counters.rs
Original file line number Diff line number Diff line change
@@ -29,7 +29,6 @@ pub struct FtlCounters {
pub domain_capacity: libc::c_int,
pub string_capacity: libc::c_int,
pub gravity_size: libc::c_int,
pub gravity_conf: libc::c_int,
pub query_type_counters: [libc::c_int; 7],
pub forwarded_queries: libc::c_int,
pub reply_count_nodata: libc::c_int,
2 changes: 1 addition & 1 deletion src/ftl/shared_memory.rs
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ use crate::{ftl::memory_model::FtlSettings, util::ErrorKind};
#[cfg(test)]
use std::collections::HashMap;

const FTL_SHM_VERSION: usize = 6;
const FTL_SHM_VERSION: usize = 7;

const FTL_SHM_CLIENTS: &str = "/FTL-clients";
const FTL_SHM_DOMAINS: &str = "/FTL-domains";

0 comments on commit 0dbb58f

Please sign in to comment.