aboutsummaryrefslogtreecommitdiffstats
path: root/src/litmus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/litmus.c')
-rw-r--r--src/litmus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/litmus.c b/src/litmus.c
index 9afe7a2..33937c8 100644
--- a/src/litmus.c
+++ b/src/litmus.c
@@ -22,6 +22,7 @@ static struct {
22 LP(MPCP_VS), 22 LP(MPCP_VS),
23 {MPCP_VS_SEM, "MPCP-VS"}, 23 {MPCP_VS_SEM, "MPCP-VS"},
24 LP(DPCP), 24 LP(DPCP),
25 LP(PCP),
25}; 26};
26 27
27#define NUM_PROTOS (sizeof(protocol)/sizeof(protocol[0])) 28#define NUM_PROTOS (sizeof(protocol)/sizeof(protocol[0]))