X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cmodelint.h;h=232648cd588ef8c4c69a752b3899d5a1572b510e;hb=2e9b955070a194963ddb98a5cb3e16968323adec;hp=c23c061221c7dfc3f8254fa99acacc3eb3c539b8;hpb=20926923f6de1790fdd368d5e7fa1738abe7b9a6;p=model-checker.git diff --git a/cmodelint.h b/cmodelint.h index c23c061..232648c 100644 --- a/cmodelint.h +++ b/cmodelint.h @@ -17,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