Wed Jan 8 2020 09:49:57

Asterisk developer's documentation


astfd.c File Reference

Debugging routines for file descriptor leaks. More...

#include "asterisk.h"

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 tlesh.nosp@m.er@d.nosp@m.igium.nosp@m..com

Definition in file astfd.c.

Function Documentation

int ast_fd_init ( void  )

Provided by astfd.c

Definition at line 289 of file astfd.c.

Referenced by main().

290 {
291  return 0;
292 }