Done !
| Server IP : 162.240.50.153 / Your IP : 216.73.216.201 Web Server : Apache System : Linux vps-880082.mktpower.cl 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : wwmktp ( 1003) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.7/site-packages/vdo/statistics/ |
Upload File : |
�
.�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__"