Update the default sched getter name to match the changes in the
Unikraft core.
Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #7
uk_pr_info("FromDevice::initialize %p device %p state %d\n",
this, _dev, _dev->_data->state);
uk_netdev_info_get(_dev, &dinf);
- rx_conf.s = uk_sched_get_default();
+ rx_conf.s = uk_sched_current();
rx_conf.a = uk_alloc_get_default();
rx_conf.callback = click_fromdevice_rx_callback;
rx_conf.callback_cookie = (void *)(this);