X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cmodelint.h;h=232648cd588ef8c4c69a752b3899d5a1572b510e;hb=88e6ab1f325b2b67695f20954b5d1f1746d13c8a;hp=5e762f80ca65377295057d675ed0feeb24cc481c;hpb=247e28f81f258c3c380be00a89430186f8ac11ed;p=model-checker.git diff --git a/cmodelint.h b/cmodelint.h index 5e762f8..232648c 100644 --- a/cmodelint.h +++ b/cmodelint.h @@ -1,3 +1,7 @@ +/** @file cmodelint.h + * @brief C interface to the model checker. + */ + #ifndef CMODELINT_H #define CMODELINT_H #include @@ -13,6 +17,7 @@ void model_init_action(void * obj, uint64_t val); uint64_t model_rmwr_action(void *obj, memory_order ord); void model_rmw_action(void *obj, memory_order ord, uint64_t val); void model_rmwc_action(void *obj, memory_order ord); +void model_fence_action(memory_order ord); #if __cplusplus