Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
102
Issues
102
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
8cf3da1a
Commit
8cf3da1a
authored
Jun 06, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Added still stub files for fast events.
parent
680557ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
src/Makefile.am
src/Makefile.am
+2
-0
src/fastevent.c
src/fastevent.c
+21
-0
src/fastevent.h
src/fastevent.h
+12
-0
No files found.
src/Makefile.am
View file @
8cf3da1a
...
...
@@ -34,6 +34,7 @@ noinst_HEADERS = \
module.h
\
reportxml.h
\
listensocket.h
\
fastevent.h
\
event.h
\
event_log.h
\
event_exec.h
\
...
...
@@ -78,6 +79,7 @@ icecast_SOURCES = \
module.c
\
reportxml.c
\
listensocket.c
\
fastevent.c
\
format.c
\
format_ogg.c
\
format_mp3.c
\
...
...
src/fastevent.c
0 → 100644
View file @
8cf3da1a
/* Icecast
*
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
* Copyright 2018, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
*/
/**
* Special fast event functions
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "fastevent.h"
#include "logging.h"
#define CATMODULE "fastevent"
src/fastevent.h
0 → 100644
View file @
8cf3da1a
/* Icecast
*
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
* Copyright 2018, Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
*/
#ifndef __FASTEVENT_H__
#define __FASTEVENT_H__
#endif
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