move dio to match new layout

This commit is contained in:
mutlusun 2017-01-25 17:50:55 +01:00 committed by Jörg Thalheim
parent 62dbf146a0
commit ba4b94899e
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ local os = {
-- Disk I/O: provides I/O statistics for requested storage devices
-- vicious.widgets.dio
local dio = {}
local dio_linux = {}
-- Initialize function tables
@ -70,4 +70,4 @@ local function worker(format)
end
-- }}}
return setmetatable(dio, { __call = function(_, ...) return worker(...) end })
return setmetatable(dio_linux, { __call = function(_, ...) return worker(...) end })