search for: stream_list

Displaying 3 results from an estimated 3 matches for "stream_list".

Did you mean: stream_dist
2004 Aug 06
0
Webalizer for streams
...not ready), but monthly and daily stats are fine. > > I'll try to have it integrated to regular webalizer version. Looks like a really cool extension, however it seems like you've missed a few files. This is what I get: webalizer.c: In function `main': webalizer.c:1185: error: `stream_list' undeclared (first use in this function) webalizer.c:1185: error: (Each undeclared identifier is reported only once webalizer.c:1185: error: for each function it appears in.) webalizer.c: In function `get_config': webalizer.c:1698: error: `stream_list' undeclared (first use in this func...
2004 Aug 06
3
Webalizer for streams
Hello, last night, I worked to make a new version of webalizer for streams. I put some info and example here: http://radio.stalig.com:443/stats/webalizer/index.html If you are interested... It's not finished (yearly stats are not ready), but monthly and daily stats are fine. I'll try to have it integrated to regular webalizer version. Chris --- >8 ---- List archives:
2000 Jun 19
1
PATCH: Falling off the end of linked lists.
...m--, streams_list->next_stream ); + } } else - if (num == 0) - { - return streams_list->stream; - } - else - { - return get_stream ( num--, streams_list->next_stream ); - } + { + fprintf (stderr, "Internal error: get_stream called with NULL stream_list.\n"); + exit (1); + } } void usage () --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/