X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=context.h;h=9b838812722e29e01e382233e00ac8b8fe29775c;hp=941f4f04b95eccf7762d565d707f9a2d4d1b3def;hb=316481c29241d6ba004f644d4b0d3198b2a2ec3f;hpb=01b9630089d68e7e0e570cf9793c00a8519df973 diff --git a/context.h b/context.h index 941f4f0..9b83881 100644 --- a/context.h +++ b/context.h @@ -58,6 +58,9 @@ typedef struct op_metrics typedef struct context { + /* Pointer to the system's context ID, (such as a GLXContext) */ + void *system_id; + metrics_info_t metrics_info; metrics_op_t op;