projects
/
profile
/
ivi
/
murphy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6169c25
)
resource: export mrp_zone_find_by_name through manager API.
author
Ismo Puustinen
<ismo.puustinen@intel.com>
Fri, 5 Sep 2014 14:30:39 +0000
(17:30 +0300)
committer
Krisztian Litkey
<krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:16 +0000
(18:37 +0200)
Change-Id: I367208ec78e2f3f89bb93a205afb4f9560a39fb9
src/resource/manager-api.h
patch
|
blob
|
history
diff --git
a/src/resource/manager-api.h
b/src/resource/manager-api.h
index
c91f054
..
de3a81f
100644
(file)
--- a/
src/resource/manager-api.h
+++ b/
src/resource/manager-api.h
@@
-58,6
+58,8
@@
const char *mrp_resource_get_application_class(mrp_resource_t *resource);
void mrp_resource_owner_recalc(uint32_t zoneid);
+mrp_zone_t *mrp_zone_find_by_name(const char *name);
+
#endif /* __MURPHY_RESOURCE_MANAGER_API_H__ */
/*