1
0
Fork 0

network plugin: add missing plugin description

This commit is contained in:
Jan Vcelak 2012-05-11 16:12:06 +02:00
parent 62fb355010
commit d91a90a8ad

View file

@ -9,9 +9,11 @@ import copy
log = tuned.logs.get()
class NetTuningPlugin(tuned.plugins.Plugin):
"""
Plugin for ethernet card options tuning.
"""
def __init__(self, devices, options):
"""
"""
super(self.__class__, self).__init__(devices, options)
self.devidle = {}