sogy
ds
This commit is contained in:
parent
1064e95edc
commit
03094ec8cc
|
@ -75,14 +75,11 @@ struct input_circ_buf {
|
||||||
struct InputBuffer {
|
struct InputBuffer {
|
||||||
struct InputRecord buf[IO_BUF_SIZE];
|
struct InputRecord buf[IO_BUF_SIZE];
|
||||||
u8f len;
|
u8f len;
|
||||||
u8f start;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct InputString {
|
struct InputString {
|
||||||
char buf[STR_BUF_SIZE];
|
char buf[STR_BUF_SIZE];
|
||||||
u8f len;
|
u8f len;
|
||||||
u8f start;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct InputThreadHandle {
|
struct InputThreadHandle {
|
||||||
|
|
Loading…
Reference in a new issue