Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 423 Bytes

File metadata and controls

6 lines (4 loc) · 423 Bytes

Create a new transport client

Transport clients are located in separate subfolders and should:

  • Implement the functions part of the transport_client_t structure defined in cc_transport.h.
  • Expose a function to create a transport_client_t object configured for the specific transport client. This function should be called from transport_create in cc_transport.c if the URI matches the schema of the transport client.