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
7295f4e3
Commit
7295f4e3
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
manager: DRING_ID_MAX_VAL is uint64_t
Change-Id: I95e8d07569e7c24d6f064ca6ab7f8337b351f785
parent
f69dfab9
Branches
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
src/manager.h
+1
-1
1 addition, 1 deletion
src/manager.h
with
1 addition
and
1 deletion
src/manager.h
+
1
−
1
View file @
7295f4e3
...
...
@@ -61,7 +61,7 @@ class IceTransportFactory;
class
DataTransferFacade
;
class
JamiAccount
;
static
constexpr
size
_t
DRING_ID_MAX_VAL
=
9007199254740992
;
static
constexpr
uint64
_t
DRING_ID_MAX_VAL
=
9007199254740992
;
/** Manager (controller) of daemon */
class
Manager
{
...
...
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