gatio: update comment

This commit is contained in:
Denis Kenzior 2011-02-28 12:19:57 -06:00
parent 09ca5aaef0
commit 78eb4ee59c
1 changed files with 2 additions and 2 deletions

View File

@ -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 */
};