Navigation


Changeset 628:e1c6f45f5fcd in freeDiameter for include


Ignore:
Timestamp:
Dec 14, 2010, 11:53:48 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Improvements to usability, still work ongoing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r621 r628  
    676676
    677677
     678/* The following function does not really use events, but it may be used
     679by extensions that need to start an action when the framework is fully initialized.
     680This function will block until all initializations are performed in the daemon.
     681It is meant to be used as follow by extensions:
     682 - in initialization callback, create a new thread.
     683 - this new thread calls this function.
     684 - when the function returns, the thread can start working and using all framework features.
     685*/
     686int fd_wait_initialization_complete(void);
     687
     688
    678689/***************************************/
    679690/*   Endpoints lists helpers           */
Note: See TracChangeset for help on using the changeset viewer.