Skip to content
Snippets Groups Projects
Commit f784d795 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(struct isc_scb_internal): Removed the nlinks field.

(isc_insert): Changed return type to void.
parent b77756fd
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,6 @@ struct isc_scb_internal
{
struct isc_scb pub;
int nlinks; /* FIXME (bug 1071): Get rid of this field. */
enum isc_session_state state;
struct isc_msgqueue *wr_msg_q;
......@@ -207,7 +205,7 @@ isc_create(struct isc_mcb *mcb,
struct isc_session_cfg *cfg,
enum isc_session_state initial_state);
extern int
extern void
isc_insert(struct isc_mcb *mcb, struct isc_scb_internal *scb);
extern int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment