Navigation


Changeset 97:00e36de5dcc4 in freeDiameter for extensions/app_test/app_test.c


Ignore:
Timestamp:
Dec 8, 2009, 10:55:57 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Resolved signal conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_test/app_test.c

    r95 r97  
    3939
    4040#include "app_test.h"
     41#include <signal.h>
    4142
    4243/* Initialize the configuration */
     
    5758        atst_conf->dest_realm = strdup(fd_g_config->cnf_diamrlm);
    5859        atst_conf->dest_host  = NULL;
    59         atst_conf->signal     = 10; /* SIGUSR1 */
     60        atst_conf->signal     = APP_TEST_DEFAULT_SIGNAL;
    6061       
    6162        return 0;
Note: See TracChangeset for help on using the changeset viewer.