d/ns: Add autoprober name

This commit is contained in:
Christoph Haag 2021-03-02 00:29:09 +01:00 committed by Jakob Bornecrantz
parent 9ea02ac032
commit 6914bae78e

View file

@ -73,6 +73,7 @@ struct xrt_auto_prober *
ns_create_auto_prober()
{
struct ns_prober *nsp = U_TYPED_CALLOC(struct ns_prober);
nsp->base.name = "northstar";
nsp->base.destroy = ns_prober_destroy;
nsp->base.lelo_dallas_autoprobe = ns_prober_autoprobe;
nsp->config_path = debug_get_option_ns_config_path();