file
port_connection.hPort connection.
Classes
- struct PortConnection
- A connection between two ports.
Typedefs
- using PortConnection = struct PortConnection
- A connection between two ports.
Functions
- auto port_connection_clone(const PortConnection* src) -> NONNULL PortConnection*
- To be used during serialization.
- auto port_connection_free(PortConnection* self) -> NONNULL void
- Deletes port, doing required cleanup and updating counters.