chiark / gitweb /
919c33882cb8a123bcb64d09aa091e8faeb9e86f
[hippotat.git] / server / slocal.rs
1 // Copyright 2021 Ian Jackson and contributors to Hippotat
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 // There is NO WARRANTY.
4
5 use super::*;
6
7 #[allow(dead_code)] // xxx
8 #[throws(PacketError)]
9 pub async fn run(_global: &Global,
10                  _rx: mpsc::Receiver<RoutedPacket>) {
11   
12 }