Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
caserver-lib
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puma
server
caserver-lib
Commits
576c96b6
Commit
576c96b6
authored
2 years ago
by
Giacomo Strangolino
Browse files
Options
Downloads
Patches
Plain Diff
saved into dedicated branch
parent
8aa0bf3f
Branches
before_cumbia_implicit_sharing_and_poller_update_policy
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ca-plugin-store.cpp
+0
-1
0 additions, 1 deletion
src/ca-plugin-store.cpp
with
0 additions
and
1 deletion
src/ca-plugin-store.cpp
+
0
−
1
View file @
576c96b6
...
...
@@ -95,7 +95,6 @@ void CaPluginStore::operation(const unsigned long hook, const std::list<CuData>&
// before CaPluginActivity::init loads the plugin list
// saving locally the used hooks allows calling postEvent only if necessary
if
((
d
->
ahooks
>
0
&&
(
d
->
ahooks
&
hook
))
||
!
d
->
a_started
)
{
printf
(
"CaPluginStore::operation: posting event to plugin activity hook %ld d->ahooks %lld data siz %ld
\n
"
,
hook
,
d
->
ahooks
,
data
.
size
());
d
->
cumbia
->
postEvent
(
d
->
placti
,
new
CaPluA_OperationEvent
(
hook
,
data
,
info
));
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment