projects
/
model-checker.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
schedule: add replaceable scheduler struct
[model-checker.git]
/
model.h
1
#ifndef __MODEL_H__
2
#define __MODEL_H__
3
4
struct model_checker {
5
struct scheduler *scheduler;
6
};
7
8
#endif /* __MODEL_H__ */