dmmp_context_timeout_get

Section: Device Mapper Multipath API - libdmmp Manual (3)
Updated: dmmp_context_timeout_get
Page Index
 

NAME

dmmp_context_timeout_get - Get IPC timeout.  

SYNOPSIS

unsigned int dmmp_context_timeout_get (struct dmmp_context *ctx);  

ARGUMENTS

ctx
Pointer of 'struct dmmp_context'. If this pointer is NULL, your program will be terminated by assert.
 

DESCRIPTION

Retrieve timeout value of IPC connection to multipathd daemon.  

RETURN

unsigned int. Timeout in milliseconds.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN