summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/util/openavb_result_codes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/util/openavb_result_codes.c')
-rwxr-xr-xlib/avtp_pipeline/util/openavb_result_codes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/avtp_pipeline/util/openavb_result_codes.c b/lib/avtp_pipeline/util/openavb_result_codes.c
index 61dd12b1..1e377b5b 100755
--- a/lib/avtp_pipeline/util/openavb_result_codes.c
+++ b/lib/avtp_pipeline/util/openavb_result_codes.c
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -163,6 +164,7 @@ char *openavbUtilRCCodeToString(openavbRC rc)
case OPENAVBAVDECC_RC_INVALID_CONFIG_IDX: return "Referenced an invalid configuration descriptor index";
case OPENAVBAVDECC_RC_PARSING_MAC_ADDRESS: return "Parsing Mac Address";
case OPENAVBAVDECC_RC_UNKNOWN_DESCRIPTOR: return "Unknown descriptor";
+ case OPENAVBAVDECC_RC_STALE_DATA: return "Stale data";
// No Default
}