Actions
Bug #8061
closedsa_find_idx_tab can be declared more type-safely
Start date:
2017-04-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
sa_find_idx_tab() is declared as taking and returning "void *" parameters.
These can be declared to be the specific types.
Updated by Electric Monk about 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 7f0bdb4257bb4f1f76390b72665961e411da24c6
commit 7f0bdb4257bb4f1f76390b72665961e411da24c6 Author: Matthew Ahrens <mahrens@delphix.com> Date: 2017-04-14T03:45:56.000Z 8061 sa_find_idx_tab can be declared more type-safely Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions