diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-10-08 21:37:13 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-10-08 21:37:13 +0200 |
commit | f5134567a6cbe6f510a820d05e86226eac1c29e6 (patch) | |
tree | 5f18f575b090e5bfa60f7439140f71c886bcfbcd /plugin/setup.h | |
parent | c84d6dba338bc863f0cb64f13b08ef87b65eba65 (diff) | |
download | vdr-plugin-markad-f5134567a6cbe6f510a820d05e86226eac1c29e6.tar.gz vdr-plugin-markad-f5134567a6cbe6f510a820d05e86226eac1c29e6.tar.bz2 |
Added ioprio_set
Diffstat (limited to 'plugin/setup.h')
-rw-r--r-- | plugin/setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/setup.h b/plugin/setup.h index 446778f..4cd5274 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -12,6 +12,7 @@ struct setup { bool ProcessDuring; + int IOPrioClass; bool whileRecording; bool whileReplaying; bool OSDMessage; @@ -27,8 +28,10 @@ class cSetupMarkAd : public cMenuSetupPage { private: const char *processTexts[2]; + const char *ioprioTexts[3]; struct setup *setup; int processduring; + int ioprioclass; int whilerecording; int whilereplaying; int osdmsg; |