summaryrefslogtreecommitdiff
path: root/src/daemon.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.rs')
-rw-r--r--src/daemon.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon.rs b/src/daemon.rs
index c6da5f5..fa8f287 100644
--- a/src/daemon.rs
+++ b/src/daemon.rs
@@ -121,6 +121,7 @@ impl DaemonManager {
/// A running daemon.
///
/// The daemon process is killed, when the `Daemon` struct is dropped.
+#[derive(Debug)]
pub struct Daemon {
pid: Option<i32>,
}