Navigation


Changeset 854:51a056d78aba in freeDiameter


Ignore:
Timestamp:
Oct 22, 2012, 1:37:20 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Resolve conflict on duplicated fd_g_config pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/tests.h

    r808 r854  
    8383static int test_verbo = 0;
    8484static struct fd_config conf;
    85 struct fd_config * fd_g_config = &conf;
     85extern struct fd_config * fd_g_config;
    8686
    8787/* Define the standard check routines */
     
    193193        CHECK( 0, pthread_sigmask(SIG_BLOCK, &sig_all, NULL));
    194194       
     195        fd_g_config = &conf;
    195196        memset(fd_g_config, 0, sizeof(struct fd_config));
    196197       
Note: See TracChangeset for help on using the changeset viewer.