Browse Source

update for redis module

git.mgm/mediaproxy-ng/github/master
Richard Fuchs 13 years ago
parent
commit
788eb5ce67
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      daemon/main.c

+ 5
- 0
daemon/main.c View File

@ -350,6 +350,8 @@ void redis_mod_verify(void *dlh) {
check_struct_size(call);
check_struct_size(callstream);
check_struct_size(crypto_suite);
check_struct_size(crypto_context);
check_struct_offset(call, callmaster);
check_struct_offset(call, chunk);
@ -368,9 +370,12 @@ void redis_mod_verify(void *dlh) {
check_struct_offset(streamrelay, peer);
check_struct_offset(streamrelay, up);
check_struct_offset(streamrelay, last);
check_struct_offset(streamrelay, handler);
check_struct_offset(streamrelay, crypto);
check_struct_offset(stream, ip46);
check_struct_offset(stream, num);
check_struct_offset(stream, protocol);
}
void create_everything(struct main_context *ctx) {


Loading…
Cancel
Save