You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ioctls are implemented identically between both OpteAdm (bin/opteadm/src/lib.rs) and OpteHdl(lib/opte-ioctl/src/lib.rs), and each has several ioctls that the other does not. All of this functionality should be implemented once on OpteHdl. OpteAdm could instead be used instead to contain any equivalent methods for CLI-specific types, if needed:
Currently, ioctls are implemented identically between both
OpteAdm
(bin/opteadm/src/lib.rs) andOpteHdl
(lib/opte-ioctl/src/lib.rs), and each has several ioctls that the other does not. All of this functionality should be implemented once onOpteHdl
.OpteAdm
could instead be used instead to contain any equivalent methods for CLI-specific types, if needed:The text was updated successfully, but these errors were encountered: