#include <Integra/integra_port.h>
#include <Integra/integra_id.h>
#include <Integra/integra_error.h>
#include "memory.h"
Go to the source code of this file.
Data Structures | |
struct | ntg_connection_ |
Typedefs | |
typedef struct ntg_connection_ | ntg_connection |
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) |
typedef struct ntg_connection_ ntg_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().