added: autoconf environment
[lcr.git] / port.h
diff --git a/port.h b/port.h
index 3a7bdb1..abaf992 100644 (file)
--- a/port.h
+++ b/port.h
@@ -144,9 +144,6 @@ class Port
        struct port_settings p_settings;
        
        /* tone */
-       unsigned long p_last_tv_sec;            /* time stamp of last handler call, (to sync audio data */
-       unsigned long p_last_tv_msec;
-       int p_debug_nothingtosend;              /* used for debugging the, if we have currently nothing to send (used for ISDN) */
        char p_tone_dir[256];                   /* name of current directory */
        char p_tone_name[256];                  /* name of current tone */
        char p_tone_fh;                         /* file descriptor of current tone or -1 if not open */
@@ -190,7 +187,7 @@ class Port
        int p_record_skip;                      /* skip bytes before writing the sample */
        unsigned long p_record_length;          /* size of what's written so far */
 
-       unsigned char p_record_buffer[RECORD_BUFFER_LENGTH];
+       unsigned short p_record_buffer[RECORD_BUFFER_LENGTH];
        unsigned long p_record_buffer_readp;
        unsigned long p_record_buffer_writep;
        int p_record_buffer_dir;                /* current direction in buffer */