Home
last modified time | relevance | path

Searched refs:main_cleanup_fpr (Results 1 – 1 of 1) sorted by relevance

/babblesim_base-3.7.0/libUtilv1/src/
Dbs_tracing.c23 static main_cleanup_f main_cleanup_fpr = NULL; //Function from the application which will be called… variable
63 main_cleanup_fpr = cleanup_f; in bs_trace_register_cleanup_function()
125 if ( main_cleanup_fpr != NULL ){ in bs_trace_silent_exit()
126 main_code = main_cleanup_fpr(); in bs_trace_silent_exit()