diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-17 15:55:38 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-02-19 15:33:41 -0500 |
commit | edcfeac634d5ddc63e49b660e5a8d2b3bcb46db3 (patch) | |
tree | d4450bce5dc21da50043489c2e5abd0b06b91fa8 /include | |
parent | 424bf1e151b1bad49bf25b0ca9a7f860f4c9b6dc (diff) |
Add combined PGM_SRC_SINK node type.
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/rt_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 0ddc1973b0aa..7b4045069b27 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -55,6 +55,7 @@ typedef enum { | |||
55 | PGM_NOT_A_NODE, | 55 | PGM_NOT_A_NODE, |
56 | PGM_SRC, | 56 | PGM_SRC, |
57 | PGM_SINK, | 57 | PGM_SINK, |
58 | PGM_SRC_SINK, | ||
58 | PGM_INTERNAL | 59 | PGM_INTERNAL |
59 | } pgm_node_type_t; | 60 | } pgm_node_type_t; |
60 | 61 | ||