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
16
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
!1693
Bugfix 11834
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugfix 11834
bugfix-11834
into
release-5.3
Overview
0
Commits
8
Pipelines
6
Changes
4
Merged
oljas.jarasbaev
requested to merge
bugfix-11834
into
release-5.3
8 months ago
Overview
0
Commits
8
Pipelines
6
Changes
4
Expand
👍
0
👎
0
Merge request reports
Viewing commit
80b132d2
Prev
Next
Show latest version
4 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
80b132d2
[*]fix notify
· 80b132d2
roderick
authored
8 months ago
modules/chain/include/dap_chain.h
+
1
−
1
Options
@@ -140,7 +140,7 @@ typedef struct dap_chain {
char
*
net_name
;
bool
is_datum_pool_proc
;
bool
is_mapped
;
atomic_int
down
load_p
ercentage
;
atomic_int
load_p
rogress
;
// Nested cells (hashtab by cell_id)
dap_chain_cell_t
*
cells
;
dap_chain_cell_id_t
active_cell_id
;
Loading