struct appldata_ops { struct list_head list; struct ctl_table_header *sysctl_header; struct ctl_table *ctl_table; int active; /* monitoring status */
/* fill in from here */ char name[APPLDATA_PROC_NAME_LENGTH]; /* name of /proc fs node */ unsignedchar record_nr; /* Record Nr. for Product ID */ void (*callback)(void *data); /* callback function */ void *data; /* record data */ unsignedint size; /* size of record */ struct module *owner; /* THIS_MODULE */ char mod_lvl[2]; /* modification level, EBCDIC */
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.