diff options
Diffstat (limited to 'facebook/facebook-api.h')
-rw-r--r-- | facebook/facebook-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index bbdd860..0ea0be0 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -172,6 +172,7 @@ struct fb_api fb_http_t *http; /** The #fb_http. **/ fb_mqtt_t *mqtt; /** The #fb_mqtt. **/ GError *err; /** The #GError or NULL. **/ + GQueue *msgs; /** The #GQueue of raw messages. **/ gchar *uid; /** The user identifier. **/ gchar *token; /** The session token. **/ |