diff options
Diffstat (limited to 'loader/modules.h')
-rw-r--r-- | loader/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/modules.h b/loader/modules.h index 7f7902eaf..d2d44ca33 100644 --- a/loader/modules.h +++ b/loader/modules.h @@ -10,6 +10,7 @@ struct loadedModuleInfo { char * name; char ** args; int weLoaded; + int written; char * path; int firstDevNum, lastDevNum; /* only used for ethernet currently */ enum driverMajor major; |