Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
0adab82a
Commit
0adab82a
authored
Jun 17, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Moved ice_config_t into "icecasttypes.h"
parent
6ffc893b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/cfgfile.h
src/cfgfile.h
+3
-2
src/icecasttypes.h
src/icecasttypes.h
+3
-0
No files found.
src/cfgfile.h
View file @
0adab82a
...
...
@@ -27,6 +27,7 @@ struct _mount_proxy;
#include <libxml/tree.h>
#include "common/thread/thread.h"
#include "common/avl/avl.h"
#include "icecasttypes.h"
#include "slave.h"
#include "connection.h"
...
...
@@ -184,7 +185,7 @@ typedef struct _config_tls_context {
char
*
cipher_list
;
}
config_tls_context_t
;
typedef
struct
ice_config_tag
{
struct
ice_config_tag
{
char
*
config_filename
;
char
*
location
;
...
...
@@ -260,7 +261,7 @@ typedef struct ice_config_tag {
int
yp_url_timeout
[
MAX_YP_DIRECTORIES
];
int
yp_touch_interval
[
MAX_YP_DIRECTORIES
];
int
num_yp_directories
;
}
ice_config_t
;
};
typedef
struct
{
rwlock_t
config_lock
;
...
...
src/icecasttypes.h
View file @
0adab82a
...
...
@@ -40,5 +40,8 @@ typedef struct acl_tag acl_t;
typedef
struct
auth_tag
auth_t
;
/* ---[ cfgfile.[ch] ]--- */
typedef
struct
ice_config_tag
ice_config_t
;
#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