libexplain  1.4.D001
Functions
libexplain/iocontrol/statistics.c File Reference
#include <libexplain/ac/sys/ioctl.h>
#include <libexplain/iocontrol/table.h>

Go to the source code of this file.

Functions

void explain_iocontrol_statistics (int *total, int *active)

Function Documentation

void explain_iocontrol_statistics ( int *  total,
int *  active 
)

The explain_iocontrol_statistics function is used to obtaion statistics about the ioctl commands supported by libexplain.

Parameters:
totalThe total number of ioctls understood by libexplain.
activeThe number of ioctls relevant to this system. assert(active <= total)

Definition at line 25 of file statistics.c.