Skip to content

Commit

Permalink
Make txb optional
Browse files Browse the repository at this point in the history
  • Loading branch information
715209 committed Apr 18, 2024
1 parent 6f7a6d4 commit b641b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/belabox/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ pub struct Config {
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq)]
pub struct Netif {
pub ip: String,
pub txb: u64,
/// Might have been removed in newer versions
pub txb: Option<u64>,
pub tp: u64,
pub enabled: bool,
}
Expand Down

0 comments on commit b641b59

Please sign in to comment.