summaryrefslogtreecommitdiffstats
path: root/servers/fpga_server_lin/src/fpga_conn.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/fpga_server_lin/src/fpga_conn.h')
-rw-r--r--servers/fpga_server_lin/src/fpga_conn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/servers/fpga_server_lin/src/fpga_conn.h b/servers/fpga_server_lin/src/fpga_conn.h
index 7dcc0f6..94ac3e3 100644
--- a/servers/fpga_server_lin/src/fpga_conn.h
+++ b/servers/fpga_server_lin/src/fpga_conn.h
@@ -15,7 +15,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * (c) 2012 Timothy Pearson
+ * (c) 2012-2013 Timothy Pearson
* Raptor Engineering
* http://www.raptorengineeringinc.com
*/
@@ -60,6 +60,8 @@ class FPGASocket : public TDEKerberosServerSocket
private:
int line;
int m_criticalSection;
+ int m_pollInterval;
+ bool enableDebug;
TQString m_remoteHost;
int m_fd_tty;