X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fkernel%2Fcvirt_def.h;h=23aa246f51299f590d5209db82720ac8675204ea;hb=faa778968d1a7dfeaebc9fe4b847e691dc62fd15;hp=c3528907da1f473d60c78e64c67af232cc929c6b;hpb=3eb170c53025d9108c8eb7c105bea5f803f79b67;p=util-vserver.git diff --git a/util-vserver/kernel/cvirt_def.h b/util-vserver/kernel/cvirt_def.h index c352890..23aa246 100644 --- a/util-vserver/kernel/cvirt_def.h +++ b/util-vserver/kernel/cvirt_def.h @@ -23,10 +23,10 @@ struct _vx_syslog { wait_queue_head_t log_wait; spinlock_t logbuf_lock; /* lock for the log buffer */ - unsigned long log_start; /* next char to be read by syslog() */ - unsigned long con_start; /* next char to be sent to consoles */ - unsigned long log_end; /* most-recently-written-char + 1 */ - unsigned long logged_chars; /* #chars since last read+clear operation */ + unsigned long log_start; /* next char to be read by syslog() */ + unsigned long con_start; /* next char to be sent to consoles */ + unsigned long log_end; /* most-recently-written-char + 1 */ + unsigned long logged_chars; /* #chars since last read+clear operation */ char log_buf[1024]; };