Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
bake
Commits
40d23138
Commit
40d23138
authored
Feb 26, 2019
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence some warnings
parent
7c11438a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/bake-copy-to.c
src/bake-copy-to.c
+2
-0
src/bake-server.c
src/bake-server.c
+2
-3
src/bake-shutdown.c
src/bake-shutdown.c
+0
-1
No files found.
src/bake-copy-to.c
View file @
40d23138
...
...
@@ -38,7 +38,9 @@ int main(int argc, char **argv)
char
*
local_region
;
int
region_fd
;
char
region_file
[
128
];
#ifdef USE_SIZECHECK_HEADERS
uint64_t
check_size
;
#endif
if
(
argc
!=
5
)
{
...
...
src/bake-server.c
View file @
40d23138
...
...
@@ -721,7 +721,6 @@ static void bake_eager_write_ult(hg_handle_t handle)
in
.
size
=
0
;
hg_return_t
hret
;
char
*
buffer
=
NULL
;
hg_bulk_t
bulk_handle
=
HG_BULK_NULL
;
pmemobj_region_id_t
*
prid
=
NULL
;
ABT_rwlock
lock
=
ABT_RWLOCK_NULL
;
...
...
@@ -1061,7 +1060,9 @@ static void bake_get_size_ult(hg_handle_t handle)
bake_get_size_out_t
out
;
bake_get_size_in_t
in
;
hg_return_t
hret
;
#ifdef USE_SIZECHECK_HEADERS
pmemobj_region_id_t
*
prid
;
#endif
ABT_rwlock
lock
=
ABT_RWLOCK_NULL
;
memset
(
&
out
,
0
,
sizeof
(
out
));
...
...
@@ -1173,8 +1174,6 @@ static void bake_noop_ult(hg_handle_t handle)
{
margo_instance_id
mid
=
margo_hg_handle_get_instance
(
handle
);
assert
(
mid
);
const
struct
hg_info
*
hgi
=
margo_get_info
(
handle
);
bake_provider_t
svr_ctx
=
margo_registered_data
(
mid
,
hgi
->
id
);
margo_respond
(
handle
,
NULL
);
margo_destroy
(
handle
);
...
...
src/bake-shutdown.c
View file @
40d23138
...
...
@@ -21,7 +21,6 @@ int main(int argc, char **argv)
char
*
svr_addr_str
;
hg_addr_t
svr_addr
;
margo_instance_id
mid
;
bake_target_id_t
bti
;
hg_return_t
hret
;
int
ret
;
...
...
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