projects
/
platform
/
core
/
system
/
sessiond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f791e
)
Plugin example: stump actually fits its contents
67/321967/2
author
Michal Bloch
<m.bloch@samsung.com>
Tue, 1 Apr 2025 17:21:52 +0000
(19:21 +0200)
committer
Michal Bloch
<m.bloch@samsung.com>
Wed, 2 Apr 2025 17:54:42 +0000
(19:54 +0200)
Change-Id: I8a112284ef1c17a8501b241435a60bf4796f9699
tests/plugin_example/empty_plugin.cpp
patch
|
blob
|
history
diff --git
a/tests/plugin_example/empty_plugin.cpp
b/tests/plugin_example/empty_plugin.cpp
index 9c35672327535b2fca2ab4225c65b497c1f7899f..d5f4f993be82bc9231041b837e8520f7486b33e5 100644
(file)
--- a/
tests/plugin_example/empty_plugin.cpp
+++ b/
tests/plugin_example/empty_plugin.cpp
@@
-60,7
+60,7
@@
static int sessiond_subsession_removed(int uid, const char *subsession)
// example: removing the "stump_on_removal" subsession created a "stump" subsession
if (!strcmp(subsession, "stump_on_removal"))
- sessiond_internal_add_subsession_fixed_size(uid, "stump",
5
00);
+ sessiond_internal_add_subsession_fixed_size(uid, "stump",
100
00);
return 0;
}