]> git.cworth.org Git - fips/blobdiff - context.h
Make definition of context_t private to context.c
[fips] / context.h
index 071b5f41826976018d0deadecbf81973a2c675da..cbfd6b48f0dbc315f824a28255f8ddf7960c48c3 100644 (file)
--- a/context.h
+++ b/context.h
 
 #include "fips-dispatch.h"
 
-typedef struct context
-{
-       /* Pointer to the system's context ID, (such as a GLXContext) */
-       void *system_id;
-
-       metrics_info_t metrics_info;
-       metrics_t *metrics;
-} context_t;
-
 /* Indicate that a new context has come into use.
  *
  * Here, 'system_context_id' is a pointer to a system context (such as