summaryrefslogtreecommitdiffstats
path: root/gatchat
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat')
-rw-r--r--gatchat/gatio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gatchat/gatio.c b/gatchat/gatio.c
index e6556200..99b4baa0 100644
--- a/gatchat/gatio.c
+++ b/gatchat/gatio.c
@@ -52,8 +52,8 @@ struct _GAtIO {
gpointer write_data; /* Write callback userdata */
GAtDebugFunc debugf; /* debugging output function */
gpointer debug_data; /* Data to pass to debug func */
- GAtDisconnectFunc write_done_func;
- gpointer write_done_data;
+ GAtDisconnectFunc write_done_func; /* tx empty notifier */
+ gpointer write_done_data; /* tx empty data */
gboolean destroyed; /* Re-entrancy guard */
};