X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-account-mgr-priv.h;h=18a298183830c8abfd32b75b1f8933bc8f4e2f10;hp=eb518d16e1b076b0891ebe0e2952beb80dfb1079;hb=40a8f5cbe03bd040fe3403dbfa6806df4fb6bc8a;hpb=c2277fc818b1ba47308bce8b77c6af31c5764f90 diff --git a/src/modest-account-mgr-priv.h b/src/modest-account-mgr-priv.h index eb518d1..18a2981 100644 --- a/src/modest-account-mgr-priv.h +++ b/src/modest-account-mgr-priv.h @@ -51,9 +51,13 @@ struct _ModestAccountMgrPrivate { ModestConf *modest_conf; /* We store these as they change, and send notifications every X seconds: */ - GSList *changed_conf_keys; - guint timeout; gulong key_changed_handler_uid; + GSList* busy_accounts; + + GSList* change_queue; /* list with all accounts that are changed */ + guint timeout; + + GHashTable *notification_id_accounts; }; #define MODEST_ACCOUNT_MGR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), \