X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_service_component.h;fp=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_service_component.h;h=af632c6e1ded4578f78fe7e733ee505c0e2fc7e1;hb=891f07e54e5424264e124bebcf2e1dc4ec3e153c;hp=6ef3ee456ed309bdc66be6ad2da302b1262421ad;hpb=5a6f6e0d52abd553e529c4bcbdd763b9f1667d54;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_service_component.h b/lib/librte_eal/common/include/rte_service_component.h index 6ef3ee456e..af632c6e1d 100644 --- a/lib/librte_eal/common/include/rte_service_component.h +++ b/lib/librte_eal/common/include/rte_service_component.h @@ -103,7 +103,7 @@ int32_t rte_service_component_register(const struct rte_service_spec *spec, * @warning * @b EXPERIMENTAL: this API may change without prior notice * - * Unregister a service. + * Unregister a service component. * * The service being removed must be stopped before calling this function. * @@ -111,7 +111,7 @@ int32_t rte_service_component_register(const struct rte_service_spec *spec, * @retval -EBUSY The service is currently running, stop the service before * calling unregister. No action has been taken. */ -int32_t rte_service_unregister(struct rte_service_spec *service); +int32_t rte_service_component_unregister(uint32_t id); /** * @warning