about summary refs log tree commit diff
path: root/misc/ipcdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ipcdefs.h')
-rw-r--r--misc/ipcdefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ipcdefs.h b/misc/ipcdefs.h
index fa06949..573c007 100644
--- a/misc/ipcdefs.h
+++ b/misc/ipcdefs.h
@@ -41,7 +41,8 @@ TVDEF(STATE,    TSTATE,         "state")
 TVDEF(TOTDWN,   NUM,            "total_down")
 TVDEF(TOTUP,    NUM,            "total_up")
 TVDEF(TRERR,    NUM,            "tr_errors")
-TVDEF(TRGOOD, NUM,              "tr_good")
+TVDEF(TRGOOD,   NUM,            "tr_good")
+TVDEF(LABEL,    STR,            "label")
 #ifdef __IPCTV
 #undef __IPCTV
 #undef TVDEF