Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-stream-ch-chain-net-srv
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-stream-ch-chain-net-srv
Commits
85f7f0c0
Commit
85f7f0c0
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] libdap-chain-crypto -> libdap-crypto
parent
f4a9affb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dap_stream_ch_chain_net_srv_session.h
+2
-2
2 additions, 2 deletions
dap_stream_ch_chain_net_srv_session.h
with
2 additions
and
2 deletions
dap_stream_ch_chain_net_srv_session.h
+
2
−
2
View file @
85f7f0c0
...
...
@@ -27,7 +27,7 @@ along with any CellFrame SDK based project. If not, see <http://www.gnu.org/lic
#include
"dap_stream_session.h"
#include
"dap_hash.h"
#include
"dap_chain.h"
#include
"dap_
chain_
sign.h"
#include
"dap_sign.h"
#include
"dap_chain_datum_tx.h"
#include
"dap_chain_datum_tx_receipt.h"
#include
"dap_chain_net_srv.h"
...
...
@@ -44,7 +44,7 @@ typedef struct dap_stream_ch_chain_net_srv_usage{
typedef
struct
dap_stream_ch_chain_net_srv_session
{
dap_stream_session_t
*
parent
;
dap_stream_ch_chain_net_srv_usage_t
*
usages
;
dap_
chain_
sign_t
*
user_sign
;
// User's signature for auth if reconnect
dap_sign_t
*
user_sign
;
// User's signature for auth if reconnect
}
dap_stream_ch_chain_net_srv_session_t
;
dap_stream_ch_chain_net_srv_session_t
*
dap_stream_ch_chain_net_srv_session_create
(
dap_stream_session_t
*
a_session
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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