Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Zima
coincer
Commits
5ab48f30
Commit
5ab48f30
authored
Jul 29, 2017
by
petrak
Browse files
libevent_test_1
parent
a981c02d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/coincerd.c
View file @
5ab48f30
...
...
@@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"p2p.h"
int
main
(
void
)
{
/*
...
...
@@ -36,5 +40,9 @@ int main(void)
* - terminate on SIGTERM
*/
int
r
;
if
((
r
=
listen_init
())
!=
0
)
return
r
;
return
0
;
}
Write
Preview
Supports
Markdown
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