Current File : //usr/lib/python2.7/site-packages/vdo/statistics/Command.pyc |
�
.�t_c @ s, d Z d d l Z d e f d � � YZ d S( s�
Command -- a command which is implemented as an ioctl
$Id: //eng/vdo-releases/magnesium/src/python/vdo/statistics/Command.py#1 $
i����Nt Commandc B s e Z d Z d � Z d � Z RS( s�
Command represents a command which may be sent to a VDO via an ioctl.
Commands have no return data. For ioctls which fetch statistics, use
StatStruct.
c C s
| | _ d S( sH
:param ioctl: The numeric value of the ioctl for this command.
N( t ioctl( t selfR ( ( s: /usr/lib/python2.7/site-packages/vdo/statistics/Command.pyt __init__"