Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxygen/lib/http/StatusTypeEnum.h
Original file line number Diff line number Diff line change
@@ -55,7 +55,8 @@ namespace proxygen {
x(manifest_missing_representation), x(manifest_with_0_bitrate), \
x(manifest_with_no_tracks), x(manifest_with_wrong_track), \
x(cache_lease_queue_hard_timeout), x(cache_purge), x(cache_error), \
x(proxy_cache_fill_shed), x(ENUM_COUNT), x(takedown_direct_response)
x(proxy_cache_fill_shed), x(takedown_direct_response), \
/* ENUM_COUNT MUST BE THE FINAL ENUM */ x(ENUM_COUNT)

#define STATUS_TYPE_ENUM(statusType) statusType

0 comments on commit c00aaa4

Please sign in to comment.