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
!235
features-4577
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
features-4577
features-4577
into
release-2.6
Overview
0
Commits
3
Pipelines
2
Changes
11
Merged
Roman Khlopkov
requested to merge
features-4577
into
release-2.6
4 years ago
Overview
0
Commits
3
Pipelines
2
Changes
11
Expand
[+] Incremental sync
👍
0
👎
0
Merge request reports
Compare
release-2.6
release-2.6 (base)
and
latest version
latest version
49ceb961
3 commits,
4 years ago
11 files
+
158
−
163
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
dap-sdk/net/client/include/dap_client_pvt.h
+
1
−
1
Options
@@ -107,7 +107,7 @@ void dap_client_pvt_request_enc(dap_client_pvt_t * a_client_internal, const char
dap_client_callback_int_t
a_error_proc
);
void
dap_client_pvt_new
(
dap_client_pvt_t
*
a_client_internal
);
void
dap_client_pvt_delete_n_wait
(
dap_client_pvt_t
*
a_client_pvt
s
);
void
dap_client_pvt_delete_n_wait
(
dap_client_pvt_t
*
a_client_pvt
);
//int dap_client_pvt_ref(dap_client_pvt_t * a_client_internal);
//int dap_client_pvt_unref(dap_client_pvt_t * a_client_internal);
Loading