aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-10-28 23:50:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-28 23:50:51 -0700
commit5f64815d8a300f42262cf29538203051f3c16063 (patch)
tree31c0285c65c618cb6c1e9e767546609a84109307 /include
parentee1f829dd45a3a45fd0eb453b76a30cb99043be2 (diff)
parent38b2ddc4a7cf1c47397af118a6d466d45f59da04 (diff)
downloadsystem_core-5f64815d8a300f42262cf29538203051f3c16063.tar.gz
system_core-5f64815d8a300f42262cf29538203051f3c16063.tar.bz2
system_core-5f64815d8a300f42262cf29538203051f3c16063.zip
am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy
Merge commit '38b2ddc4a7cf1c47397af118a6d466d45f59da04' * commit '38b2ddc4a7cf1c47397af118a6d466d45f59da04': cutils: Add support for reading a processes scheduler policy
Diffstat (limited to 'include')
-rw-r--r--include/cutils/sched_policy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cutils/sched_policy.h b/include/cutils/sched_policy.h
index efa7cbc5..eaf39939 100644
--- a/include/cutils/sched_policy.h
+++ b/include/cutils/sched_policy.h
@@ -27,6 +27,7 @@ typedef enum {
} SchedPolicy;
extern int set_sched_policy(int tid, SchedPolicy policy);
+extern int get_sched_policy(int tid, SchedPolicy *policy);
#ifdef __cplusplus
}