X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky-private.h;h=7eaba1ef9858ea2f1a9e922ea415dc05652890a4;hb=d7d143ef0ccf0f49a8fd23a3c76bc68c0b04e07e;hp=852b04e621bc7b9e126beeb3c95ea00991e0c111;hpb=e560d8b120a5f2ed5057506f91bc8d9e818229a7;p=bluesky.git diff --git a/bluesky/bluesky-private.h b/bluesky/bluesky-private.h index 852b04e..7eaba1e 100644 --- a/bluesky/bluesky-private.h +++ b/bluesky/bluesky-private.h @@ -72,6 +72,7 @@ struct _BlueSkyStoreAsync { BlueSkyStoreAsync *barrier; bluesky_time_hires start_time; /* Time operation was submitted. */ + bluesky_time_hires exec_time; /* Time processing started on operation. */ gpointer store_private; /* For use by the storage implementation */ };