X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fbluesky-private.h;h=f945a93585aa4009309952c0beedc54af1c5fdbd;hb=5dccfe81a6b4521383acf0b675374493950d09db;hp=547fb59ad2b95dbad7063487a42df216a48adaaa;hpb=24d7c56795e253e6b6052b8d5c512bbda6c92b7f;p=bluesky.git diff --git a/bluesky/bluesky-private.h b/bluesky/bluesky-private.h index 547fb59..f945a93 100644 --- a/bluesky/bluesky-private.h +++ b/bluesky/bluesky-private.h @@ -138,6 +138,10 @@ struct BlueSkyStoreAsync { bluesky_time_hires exec_time; /* Time processing started on operation. */ gpointer store_private; /* For use by the storage implementation */ + + /* If storage operations should be charged to any particular profile, which + * one? */ + BlueSkyProfile *profile; }; /* Support for notification lists. These are lists of one-shot functions which