summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index f2b41754..1262c120 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -135,10 +135,12 @@ struct _GAtPPP {
gpointer connect_data;
GAtDisconnectFunc disconnect_cb;
gpointer disconnect_data;
- gint modem_watch;
+ gint read_watch;
+ gint write_watch;
GAtDebugFunc debugf;
gpointer debug_data;
int record_fd;
+ GQueue *xmit_queue;
};
void ppp_generate_event(GAtPPP *ppp, enum ppp_event event);