Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Merge requests
!1209
Hotfix poa rwlock
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hotfix poa rwlock
hotfix-poa-rwlock
into
master
Overview
0
Commits
4
Pipelines
1
Changes
1
Merged
Constantin P.
requested to merge
hotfix-poa-rwlock
into
master
1 year ago
Overview
0
Commits
4
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
43e49dd6
4 commits,
1 year ago
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/consensus/dag-poa/dap_chain_cs_dag_poa.c
+
1
−
3
Options
@@ -666,10 +666,8 @@ static void s_round_event_cs_done(dap_chain_cs_dag_t * a_dag, uint64_t a_round_i
return
;
}
log_it
(
L_NOTICE
,
"Run timer for %d sec for round ID %"
DAP_UINT64_FORMAT_U
,
PVT
(
l_poa
)
->
confirmations_timeout
,
a_round_id
);
}
else
{
// Timer for this round has previosuly started
pthread_rwlock_unlock
(
&
l_poa_pvt
->
rounds_rwlock
);
}
pthread_rwlock_unlock
(
&
l_poa_pvt
->
rounds_rwlock
);
}
/**
Loading