Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-async-module
Commits
e6867fb4
Commit
e6867fb4
authored
Mar 30, 2016
by
Charlie Jacobsen
Browse files
Add exports for call/reply.
parent
f0396801
Pipeline
#538
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/common/thc_ipc.c
View file @
e6867fb4
...
...
@@ -191,6 +191,7 @@ fail2:
fail1:
return
ret
;
}
EXPORT_SYMBOL
(
thc_ipc_call
);
int
LIBASYNC_FUNC_ATTR
...
...
@@ -202,6 +203,7 @@ thc_ipc_reply(struct fipc_ring_channel *chnl,
thc_set_msg_id
(
response
,
thc_get_msg_id
(
request
));
return
fipc_send_msg_end
(
chnl
,
response
);
}
EXPORT_SYMBOL
(
thc_ipc_reply
);
int
LIBASYNC_FUNC_ATTR
...
...
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