Asterisk - The Open Source Telephony Project  18.5.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Functions
astfd.c File Reference

Debugging routines for file descriptor leaks. More...

#include "asterisk.h"
Include dependency graph for astfd.c:

Go to the source code of this file.

Functions

int ast_fd_init (void)
 

Detailed Description

Debugging routines for file descriptor leaks.

Author
Tilghman Lesher
<tlesher@digium.com> 

Definition in file astfd.c.

Function Documentation

◆ ast_fd_init()

int ast_fd_init ( void  )

Provided by astfd.c

Definition at line 370 of file astfd.c.

Referenced by asterisk_daemon().

371 {
372  return 0;
373 }