X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Feal%2Fcommon%2Feal_private.h;h=44d14241f066be3ffa5d2658e96c9ded97106897;hb=518a974bfecc64a82886382f5db879db4a74231a;hp=734f1f334b696906731f86645cbcf8eb27178ef8;hpb=36514d8dfafa22dbf0b784f705086e279e1c1e41;p=dpdk.git diff --git a/lib/eal/common/eal_private.h b/lib/eal/common/eal_private.h index 734f1f334b..44d14241f0 100644 --- a/lib/eal/common/eal_private.h +++ b/lib/eal/common/eal_private.h @@ -152,6 +152,13 @@ int rte_eal_tailqs_init(void); */ int rte_eal_intr_init(void); +/** + * Close the default log stream + * + * This function is private to EAL. + */ +void rte_eal_log_cleanup(void); + /** * Init alarm mechanism. This is to allow a callback be called after * specific time.