X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_ctx_private.h;h=65267f80a49467e42fcf9221d27d3570967be952;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=a943b240cf40958efefa95bf9b18812aed336545;hpb=4873addae63570d1bf3032a68cbdf828ba63d240;p=platform%2Fupstream%2Fisl.git diff --git a/isl_ctx_private.h b/isl_ctx_private.h index a943b24..65267f8 100644 --- a/isl_ctx_private.h +++ b/isl_ctx_private.h @@ -8,7 +8,7 @@ struct isl_ctx { int opt_allocated; struct isl_options *opt; void *user_opt; - struct isl_arg *user_arg; + struct isl_args *user_args; isl_int zero; isl_int one; @@ -20,7 +20,7 @@ struct isl_ctx { int n_cached; int n_miss; struct isl_blk cache[ISL_BLK_CACHE_SIZE]; - struct isl_hash_table name_hash; + struct isl_hash_table id_table; enum isl_error error;