Plugin example: stump actually fits its contents 67/321967/2
authorMichal Bloch <m.bloch@samsung.com>
Tue, 1 Apr 2025 17:21:52 +0000 (19:21 +0200)
committerMichal 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

index 9c35672327535b2fca2ab4225c65b497c1f7899f..d5f4f993be82bc9231041b837e8520f7486b33e5 100644 (file)
@@ -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", 500);
+               sessiond_internal_add_subsession_fixed_size(uid, "stump", 10000);
 
        return 0;
 }