Line data Source code
1 : #pragma once 2 : 3 : // Use this to force a specific version of a given config proto, preventing API 4 : // boosting from modifying it. E.g. API_NO_BOOST(envoy::api::v2::Cluster). 5 210 : #define API_NO_BOOST(x) x 6 : 7 : namespace Envoy {}