Actions
Feature #10573
closeddefine TASKQID_INVALID as (taskq_id)0
Start date:
2019-03-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
We do have taskqid_t taskq_dispatch() and the result of this function is compared with 0, NULL and combined with type casts. Define TASKQID_INVALID (taskq_id)0 and use TASKQID_INVALID everywhere.
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit fc8ae2ec4282de7ec96f48e11078345f3dc0ac3d
commit fc8ae2ec4282de7ec96f48e11078345f3dc0ac3d Author: Toomas Soome <tsoome@me.com> Date: 2019-03-28T14:47:03.000Z 10573 define TASKQID_INVALID as (taskq_id)0 Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions