X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky-private.h;h=3e4d39bde721e9360137e9d1bc9198ea45b4005d;hb=6abd55eff09d83999c7a84e0ee63bdc3100f7666;hp=95fc7d5a53d7d0bd42dcf6347e9cd1a2c545a4a2;hpb=d514caf49faff9295d0e497d3b6b8856fe83f8d0;p=bluesky.git diff --git a/bluesky/bluesky-private.h b/bluesky/bluesky-private.h index 95fc7d5..3e4d39b 100644 --- a/bluesky/bluesky-private.h +++ b/bluesky/bluesky-private.h @@ -64,6 +64,8 @@ typedef struct { int result; /* Result code; 0 for success. */ struct BlueSkyNotifierList *notifiers; + bluesky_time_hires start_time; /* Time operation was submitted. */ + gpointer store_private; /* For use by the storage implementation */ } BlueSkyStoreAsync;