xref: /illumos-gate/usr/src/man/man3commputil/sdp_clone_session.3commputil (revision eb00b1c8a31c2253a353644606388dff5b0e0275)
te
Copyright (c) 2007, Sun Microsystems Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
SDP_CLONE_SESSION 3COMMPUTIL "Oct 12, 2007"
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_free_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_free_session(3COMMPUTIL), attributes(5)