summaryrefslogtreecommitdiff
path: root/ace/TTY_IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TTY_IO.cpp')
-rw-r--r--ace/TTY_IO.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/TTY_IO.cpp b/ace/TTY_IO.cpp
index e04d631dab3..e215ca62c34 100644
--- a/ace/TTY_IO.cpp
+++ b/ace/TTY_IO.cpp
@@ -4,6 +4,11 @@
ACE_RCSID(ace, TTY_IO, "$Id$")
+ACE_TTY_IO::Serial_Params::Serial_Params (void)
+{
+ ACE_OS::memset (this, 0, sizeof *this);
+}
+
// Interface for reading/writing serial device parameters
int