]> git.sur5r.net Git - tio/blobdiff - src/include/tio/options.h
Imported Upstream version 1.18
[tio] / src / include / tio / options.h
index 925a93f682d82b8ae12a3e8f1c9128fce0255041..b89ad1a3ba0dfc38b90d6dbee2e1eed4499d8baa 100644 (file)
 struct option_t
 {
     const char *tty_device;
-    bool log;
-    const char *log_filename;
-    bool no_autoconnect;
-    int output_delay;
-    struct termios tio;
-    int baudrate;
+    unsigned int baudrate;
     int databits;
     char *flow;
     int stopbits;
     char *parity;
+    int output_delay;
+    bool no_autoconnect;
+    bool log;
+    const char *log_filename;
 };
 
 extern struct option_t option;