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
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spr0cketeer
Icecast-Server
Commits
23e7069d
Commit
23e7069d
authored
Jun 06, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Initialize/Shutdown fast event subsystem
parent
02c9eb7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/main.c
src/main.c
+3
-0
No files found.
src/main.c
View file @
23e7069d
...
...
@@ -78,6 +78,7 @@
#include "auth.h"
#include "event.h"
#include "listensocket.h"
#include "fastevent.h"
#include <libxml/xmlmemory.h>
...
...
@@ -124,6 +125,7 @@ static void initialize_subsystems(void)
log_initialize
();
thread_initialize
();
global_initialize
();
fastevent_initialize
();
sock_initialize
();
resolver_initialize
();
config_initialize
();
...
...
@@ -152,6 +154,7 @@ static void shutdown_subsystems(void)
config_shutdown
();
resolver_shutdown
();
sock_shutdown
();
fastevent_shutdown
();
global_shutdown
();
thread_shutdown
();
...
...
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