diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-01 12:56:59 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-01 12:56:59 -0400 |
| commit | eddde9f7fd0442ad2c097988845b9f0e451dbd2f (patch) | |
| tree | 2a67dc53900ad5bffe4ecf346a7ab067a374cab7 /include | |
| parent | 117de7edd6eec435e01a0f734e3d10b2ba5c5db3 (diff) | |
API change: PI->FMLP
Diffstat (limited to 'include')
| -rw-r--r-- | include/litmus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/litmus.h b/include/litmus.h index 5c50204..1b0d006 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
| @@ -24,7 +24,7 @@ int sporadic_task(lt_t e, lt_t p, lt_t phase, | |||
| 24 | 24 | ||
| 25 | /* file descriptor attached shared objects support */ | 25 | /* file descriptor attached shared objects support */ |
| 26 | typedef enum { | 26 | typedef enum { |
| 27 | PI_SEM = 0, | 27 | FMLP_SEM = 0, |
| 28 | SRP_SEM = 1, | 28 | SRP_SEM = 1, |
| 29 | } obj_type_t; | 29 | } obj_type_t; |
| 30 | 30 | ||
| @@ -37,8 +37,8 @@ static inline int od_open(int fd, obj_type_t type, int obj_id) | |||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | /* FMLP support */ | 39 | /* FMLP support */ |
| 40 | int pi_down(int od); | 40 | int fmlp_down(int od); |
| 41 | int pi_up(int od); | 41 | int fmlp_up(int od); |
| 42 | int srp_down(int od); | 42 | int srp_down(int od); |
| 43 | int srp_up(int od); | 43 | int srp_up(int od); |
| 44 | int reg_task_srp_sem(int od); | 44 | int reg_task_srp_sem(int od); |
