mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 21:51:29 +00:00
proxmox_async: move io::udp to net::udp
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9ebf24b4f8
commit
807a70cecc
@ -2,5 +2,3 @@
|
|||||||
|
|
||||||
mod async_channel_writer;
|
mod async_channel_writer;
|
||||||
pub use async_channel_writer::AsyncChannelWriter;
|
pub use async_channel_writer::AsyncChannelWriter;
|
||||||
|
|
||||||
pub mod udp;
|
|
||||||
|
@ -2,6 +2,7 @@ pub mod blocking;
|
|||||||
pub mod broadcast_future;
|
pub mod broadcast_future;
|
||||||
pub mod compression;
|
pub mod compression;
|
||||||
pub mod io;
|
pub mod io;
|
||||||
|
pub mod net;
|
||||||
pub mod runtime;
|
pub mod runtime;
|
||||||
pub mod stream;
|
pub mod stream;
|
||||||
pub mod zip;
|
pub mod zip;
|
||||||
|
1
proxmox-async/src/net/mod.rs
Normal file
1
proxmox-async/src/net/mod.rs
Normal file
@ -0,0 +1 @@
|
|||||||
|
pub mod udp;
|
Loading…
Reference in New Issue
Block a user