History private Module data. More...
#include "module_data.h"
Collaboration diagram for HistoryModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct History | histories [HC_MAX] |
| Command histories, one for each HistoryClass. | |
| int | old_size |
| The previous number of history entries to save. | |
Definition at line 43 of file module_data.h.
| struct Notify* HistoryModuleData::notify |
Notifications.
Definition at line 45 of file module_data.h.
Command histories, one for each HistoryClass.
Definition at line 46 of file module_data.h.
| int HistoryModuleData::old_size |
The previous number of history entries to save.
Definition at line 47 of file module_data.h.