Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BangBMC Firmware
hiomapd
Commits
6df591c6
Commit
6df591c6
authored
5 years ago
by
Jonathan Currier
Browse files
Options
Download
Email Patches
Plain Diff
bah
parent
56f0cb21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
control_unix.c
control_unix.c
+2
-0
No files found.
control_unix.c
View file @
6df591c6
...
...
@@ -166,6 +166,8 @@ int init_unix(struct mbox_context *context)
epoll_ctl
(
epfd
,
EPOLL_CTL_ADD
,
usfd
,
&
evp
);
context
->
fds
[
unix_fd
].
fd
=
epfd
;
/* set the default transport.... not sure I like this.. */
context
->
transport
=
&
hust_ops
;
return
0
;
out_listen:
out_bind:
...
...
This diff is collapsed.
Click to expand it.
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