diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-31 02:27:26 +0100 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-31 02:27:26 +0100 |
| commit | 11c823701b12f10933b40044a12cc4048ccf8bd2 (patch) | |
| tree | b3d0b6c844383f8a45cd5081459928b75136ab95 /mumlib/src/lib.rs | |
| parent | 8fb4edd72dfcb2b71e91eedc5861360101374967 (diff) | |
| download | mum-11c823701b12f10933b40044a12cc4048ccf8bd2.tar.gz | |
add support for mumctl server list
Diffstat (limited to 'mumlib/src/lib.rs')
| -rw-r--r-- | mumlib/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/lib.rs b/mumlib/src/lib.rs index a54990e..439efa9 100644 --- a/mumlib/src/lib.rs +++ b/mumlib/src/lib.rs @@ -7,6 +7,7 @@ use colored::*; use log::*; pub const SOCKET_PATH: &str = "/var/tmp/mumd"; +pub const DEFAULT_PORT: u16 = 64738; pub fn setup_logger<T: Into<fern::Output>>(target: T, color: bool) { fern::Dispatch::new() |
