move dio to match new layout
This commit is contained in:
parent
62dbf146a0
commit
ba4b94899e
|
@ -18,7 +18,7 @@ local os = {
|
||||||
|
|
||||||
-- Disk I/O: provides I/O statistics for requested storage devices
|
-- Disk I/O: provides I/O statistics for requested storage devices
|
||||||
-- vicious.widgets.dio
|
-- vicious.widgets.dio
|
||||||
local dio = {}
|
local dio_linux = {}
|
||||||
|
|
||||||
|
|
||||||
-- Initialize function tables
|
-- Initialize function tables
|
||||||
|
@ -70,4 +70,4 @@ local function worker(format)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(dio, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(dio_linux, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue