Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
6b22d096
Commit
6b22d096
authored
Mar 28, 2018
by
Matthieu Dorier
Browse files
corrected uint8_t to uint16_t provider id
parent
e69d45b9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/sdskv-client.c
View file @
6b22d096
...
@@ -22,7 +22,7 @@ struct sdskv_client {
...
@@ -22,7 +22,7 @@ struct sdskv_client {
struct
sdskv_provider_handle
{
struct
sdskv_provider_handle
{
sdskv_client_t
client
;
sdskv_client_t
client
;
hg_addr_t
addr
;
hg_addr_t
addr
;
uint
8
_t
provider_id
;
uint
16
_t
provider_id
;
uint64_t
refcount
;
uint64_t
refcount
;
};
};
...
...
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