man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

sdp_clone_session(3COMMPUTIL)

Name

sdp_clone_session - clone an SDP session structure

Synopsis

cc [ flag...] file... -lcommputil [ library...]
#include <sdp.h>

sdp_session_t *sdp_clone_session(const sdp_session_t *session);

Description

The sdp_clone_session() function clones the input SDP session structure and returns the cloned structure. The resulting cloned structure has all the SDP fields from the input structure. The caller is responsible for freeing the returned cloned structure using sdp_free_session (), described on the sdp_new_session(3COMMPUTIL) manual page.

Return Values

The sdp_clone_session() function returns the cloned structure on success and NULL on failure.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See also

libcommputil(3LIB), sdp_new_session(3COMMPUTIL), attributes(5)