X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_log.c;h=4f6f227083795d3f34033dc8c483fa4442ee225f;hp=c714a4bd26c5f4a70f4d41a9177ab8330cfcb68d;hb=cfe3aeb170b2f6277e6f96173599da51eab0654f;hpb=ba4edc8f27a71724280bf1776d5f1253ab87b298 diff --git a/lib/librte_eal/common/eal_common_log.c b/lib/librte_eal/common/eal_common_log.c index c714a4bd26..4f6f227083 100644 --- a/lib/librte_eal/common/eal_common_log.c +++ b/lib/librte_eal/common/eal_common_log.c @@ -268,7 +268,7 @@ rte_log_register(const char *name) } /* Register an extended log type and try to pick its level from EAL options */ -int __rte_experimental +int rte_log_register_type_and_pick_level(const char *name, uint32_t level_def) { struct rte_eal_opt_loglevel *opt_ll;