]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.h
tree-wide: s/struct lxc_pty/lxc_terminal/g
[mirror_lxc.git] / src / lxc / conf.h
index 8a521fe809989252994c0cc476dc06cf42365c8a..790569fb22c38f006921b2889850df647fc8d5fb 100644 (file)
@@ -164,7 +164,7 @@ struct lxc_tty_state;
  * @peer   : the file descriptor put/get console traffic
  * @name   : the file name of the slave pty
  */
-struct lxc_pty {
+struct lxc_terminal {
        int slave;
        int master;
        int peer;
@@ -314,7 +314,7 @@ struct lxc_conf {
        struct lxc_tty_info tty_info;
        /* Comma-separated list of lxc.tty.max pty names. */
        char *pty_names;
-       struct lxc_pty console;
+       struct lxc_terminal console;
        struct lxc_rootfs rootfs;
        char *ttydir;
        int close_all_fds;