Go to the source code of this file.
Typedef Documentation
Definition at line 23 of file tee.c.
Function Documentation
The explain_output_tee_new function may be used to create a new dynamically allocated instance of an explain_output_t class that writes to two other output classes.
- Parameters:
-
first | The first output class to write to. |
second | The second output class to write to. |
- Returns:
- NULL on error (i.e. malloc failed), or a pointer to a new dynamically allocated instance of the syslog class.
- Note:
- The output subsystem will "own" the first and second objects after this call. You may not make any reference to these pointers ever again. The output subsystem will destroy these objects and free the memory when it feels like it.
Definition at line 77 of file tee.c.
Definition at line 33 of file tee.c.
Definition at line 55 of file tee.c.
Definition at line 44 of file tee.c.
Variable Documentation
Initial value:
Definition at line 67 of file tee.c.