mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-10 17:07:58 +00:00
conf: move ringbuffer members to anonymous struct
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
5777fe9030
commit
24945df77b
@ -174,7 +174,7 @@ struct lxc_console {
|
|||||||
char name[MAXPATHLEN];
|
char name[MAXPATHLEN];
|
||||||
struct termios *tios;
|
struct termios *tios;
|
||||||
struct lxc_tty_state *tty_state;
|
struct lxc_tty_state *tty_state;
|
||||||
|
struct /* lxc_console_ringbuf */ {
|
||||||
/* size of the ringbuffer */
|
/* size of the ringbuffer */
|
||||||
uint64_t buffer_size;
|
uint64_t buffer_size;
|
||||||
|
|
||||||
@ -186,6 +186,7 @@ struct lxc_console {
|
|||||||
|
|
||||||
/* the in-memory ringbuffer */
|
/* the in-memory ringbuffer */
|
||||||
struct lxc_ringbuf ringbuf;
|
struct lxc_ringbuf ringbuf;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user