Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
be64436f
Commit
be64436f
authored
6 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
namedirectory: forward declare dht::crypto::PublicKey
Change-Id: I3fb49911b13cf06e513ff4523a78522a9c2059fc
parent
8930de45
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ringdht/namedirectory.cpp
+1
-0
1 addition, 0 deletions
src/ringdht/namedirectory.cpp
src/ringdht/namedirectory.h
+7
-1
7 additions, 1 deletion
src/ringdht/namedirectory.h
with
8 additions
and
1 deletion
src/ringdht/namedirectory.cpp
+
1
−
0
View file @
be64436f
...
...
@@ -24,6 +24,7 @@
#include
"fileutils.h"
#include
"base64.h"
#include
<opendht/crypto.h>
#include
<msgpack.hpp>
#include
<json/json.h>
#include
<restbed>
...
...
This diff is collapsed.
Click to expand it.
src/ringdht/namedirectory.h
+
7
−
1
View file @
be64436f
...
...
@@ -18,12 +18,18 @@
#pragma once
#include
"noncopyable.h"
#include
"opendht/crypto.h"
#include
<functional>
#include
<map>
#include
<string>
#include
<mutex>
namespace
dht
{
namespace
crypto
{
struct
PublicKey
;
}
}
namespace
ring
{
class
NameDirectory
...
...
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