chiark / gitweb /
journal: support changing the console tty to forward to
[elogind.git] / src / journal / journald.h
index 3c69f7ec248f50fc07cf9bce23672db3f42999f4..04ebf30017c92a417ddc320da3bf1bb2b9f867fc 100644 (file)
@@ -79,6 +79,8 @@ typedef struct Server {
 
         LIST_HEAD(StdoutStream, stdout_streams);
         unsigned n_stdout_streams;
+
+        char *tty_path;
 } Server;
 
 /* gperf lookup function */