Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mobject-store
Commits
7d831402
Commit
7d831402
authored
Oct 31, 2017
by
Shane Snyder
Browse files
forgotten semicolon
parent
3851ddc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/mobject-server.c
View file @
7d831402
...
...
@@ -177,7 +177,7 @@ static int mobject_server_register(mobject_server_context_t *srv_ctx)
write_op_in_t
,
write_op_out_t
,
mobject_write_op_ult
);
mobject_read_op_rpc_id
=
MARGO_REGISTER
(
mid
,
"mobject_read_op"
,
read_op_in_t
,
read_op_out_t
,
mobject_read_op_ult
)
read_op_in_t
,
read_op_out_t
,
mobject_read_op_ult
)
;
mobject_shutdown_rpc_id
=
MARGO_REGISTER
(
mid
,
"mobject_shutdown"
,
void
,
void
,
mobject_shutdown_ult
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment