Navigation


Changeset 235:8773740401a5 in freeDiameter for extensions/test_app/test_app.h


Ignore:
Timestamp:
Mar 5, 2010, 7:01:48 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Centralized signal handlers management in the library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/test_app/test_app.h

    r127 r235  
    4242 
    4343#include <freeDiameter/extension.h>
     44#include <signal.h>
    4445
    4546#ifndef TEST_APP_DEFAULT_SIGNAL
     
    6970int ta_conf_handle(char * conffile);
    7071
    71 /* Start or stop the signal handler */
    72 int ta_sig_init(void (*cb)(void));
    73 void ta_sig_fini(void);
    74 
    7572/* Handle incoming messages (server) */
    7673int ta_serv_init(void);
Note: See TracChangeset for help on using the changeset viewer.