Rename SfDbChannel

This commit is contained in:
Dominik Werder
2023-06-13 16:17:08 +02:00
parent 9c0062d27c
commit 7c77b07db5
40 changed files with 733 additions and 1024 deletions

View File

@@ -9,7 +9,7 @@ use netpod::log::*;
use netpod::range::evrange::NanoRange;
use netpod::ByteOrder;
use netpod::ByteSize;
use netpod::Channel;
use netpod::SfDbChannel;
use netpod::Shape;
use std::path::PathBuf;
use tokio::fs::File;
@@ -81,7 +81,7 @@ pub fn main() -> Result<(), Error> {
let inp = Box::pin(disk::file_content_stream(path.clone(), file, disk_io_tune));
let ce = &config.entries[0];
let channel_config = SfDbChConf {
channel: Channel {
channel: SfDbChannel {
backend: String::new(),
name: config.channel_name.clone(),
series: None,