From 1a39d5a8593e93a4c5a39c3384d48ca0f1350a46 Mon Sep 17 00:00:00 2001 From: Olli Savia Date: Tue, 18 Oct 2005 19:26:48 +0000 Subject: ChangeLogTag: Tue Oct 18 22:24:11 2005 Olli Savia --- ace/TTY_IO.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ace/TTY_IO.h') diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h index d381584230d..60f6dc6ba1e 100644 --- a/ace/TTY_IO.h +++ b/ace/TTY_IO.h @@ -54,8 +54,9 @@ public: is sent. Negative value indicates that default value should be used (Win32). */ int xofflim; - /** Specifies the minimum number of characters for non-canonical read. */ - int readmincharacters; + /** Specifies the minimum number of characters for non-canonical + read (POSIX). */ + unsigned int readmincharacters; /** Specifies the time to wait before returning from read. Negative value means infinite timeout. */ int readtimeoutmsec; -- cgit v1.2.1