Private
Public Access
2
0

maa: add maa_set_priority call

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-04 14:39:41 +01:00
parent 2c278acfcd
commit 6cd3cb4c65
3 changed files with 32 additions and 0 deletions

View File

@@ -195,6 +195,17 @@ maa_result_t maa_init() __attribute__((constructor));
maa_result_t maa_init();
#endif
/**
* This function attempts to set the maa process to a given priority and the
* scheduler to SCHED_RR. Highest * priority is typically 99 and minimum is 0.
* This function * will set to MAX if * priority is > MAX. Function will return
* -1 on failure.
* @param priority Value from typically 0 to 99
* @return The priority value set
*/
int maa_set_priority(const unsigned int priority);
/** Get the version string of maa autogenerated from git tag
*
* The version returned may not be what is expected however it is a reliable