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
19
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
!1702
Bugfix 12148
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugfix 12148
bugfix-12148
into
release-5.3
Overview
0
Commits
7
Pipelines
3
Changes
3
Merged
oljas.jarasbaev
requested to merge
bugfix-12148
into
release-5.3
9 months ago
Overview
0
Commits
7
Pipelines
3
Changes
3
Expand
[*] macos map fix
👍
0
👎
0
Merge request reports
Compare
release-5.3
version 8
ff3c07ac
9 months ago
version 7
ff3c07ac
9 months ago
version 6
ff3c07ac
9 months ago
version 5
d431c2a7
9 months ago
version 4
d431c2a7
9 months ago
version 3
d431c2a7
9 months ago
version 2
d431c2a7
9 months ago
version 1
42e0172e
9 months ago
release-5.3 (base)
and
version 2
latest version
ff3c07ac
7 commits,
9 months ago
version 8
ff3c07ac
7 commits,
9 months ago
version 7
ff3c07ac
7 commits,
9 months ago
version 6
ff3c07ac
7 commits,
9 months ago
version 5
d431c2a7
6 commits,
9 months ago
version 4
d431c2a7
6 commits,
9 months ago
version 3
d431c2a7
6 commits,
9 months ago
version 2
d431c2a7
6 commits,
9 months ago
version 1
42e0172e
5 commits,
9 months ago
3 files
+
19
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
modules/chain/include/dap_chain_cell.h
+
3
−
0
Options
@@ -38,6 +38,9 @@ typedef struct dap_chain_cell {
FILE
*
file_storage
;
uint8_t
file_storage_type
;
dap_list_t
*
map_range_bounds
;
#ifdef DAP_OS_DARWIN
size_t
cur_vol_start
;
#endif
pthread_rwlock_t
storage_rwlock
;
UT_hash_handle
hh
;
}
dap_chain_cell_t
;
Loading