Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
e6058bb4
Commit
e6058bb4
authored
Oct 02, 2021
by
Pavel Vainerman
Committed by
Pavel Vainerman
Oct 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make style
parent
6f13253b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
UInterface.cc
src/Core/UInterface.cc
+0
-0
UniSetTypes.cc
src/Core/UniSetTypes.cc
+4
-3
No files found.
src/Core/UInterface.cc
View file @
e6058bb4
src/Core/UniSetTypes.cc
View file @
e6058bb4
...
...
@@ -732,7 +732,8 @@ string uniset::BadSymbolsToStr()
return
bad
;
}
// ---------------------------------------------------------------------------------------------------------------
struct
keys_t
{
struct
keys_t
{
uniset
::
ObjectId
id
;
uniset
::
ObjectId
node
;
...
...
@@ -740,11 +741,11 @@ struct keys_t {
id
(
_id
),
node
(
_node
)
{}
};
}
__attribute__
((
packed
))
;
uniset
::
KeyType
uniset
::
key
(
const
uniset
::
ObjectId
id
,
const
uniset
::
ObjectId
node
)
{
keys_t
k
(
id
,
node
);
keys_t
k
(
id
,
node
);
return
uniset
::
hash64
(
reinterpret_cast
<
char
*>
(
&
k
),
sizeof
(
k
)
);
}
// ---------------------------------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment