#include <Integra/integra_connection.h>| Functions | |
| ntg_connection * | ntg_connection_new (ntg_id id) | 
| ntg_error_code | ntg_connection_unlink (ntg_connection *connection) | 
| ntg_error_code | ntg_connection_free (ntg_connection *connection) | 
| ntg_error_code ntg_connection_free | ( | ntg_connection * | connection | ) | 
References ntg_connection_unlink(), ntg_free(), NTG_NO_ERROR, ntg_port_free(), ntg_connection_::source, and ntg_connection_::target.
Referenced by ntg_server_delete_connection(), and ntg_server_delete_orphaned_connections().
| ntg_connection* ntg_connection_new | ( | ntg_id | id | ) | 
References ntg_connection_::id, ntg_connection_::next, ntg_malloc(), ntg_connection_::prev, ntg_connection_::source, and ntg_connection_::target.
Referenced by ntg_server_new_connection().
| ntg_error_code ntg_connection_unlink | ( | ntg_connection * | connection | ) | 
References ntg_connection_::next, NTG_NO_ERROR, and ntg_connection_::prev.
Referenced by ntg_connection_free().
 1.6.1
 1.6.1