System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

dmmp_context_timeout_set - Set IPC timeout.

Synopsis

"void" dmmp_context_timeout_set (struct dmmp_context *" ctx ",
unsigned int " tmo ");

Arguments

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

Timeout in milliseconds(1 seconds equal 1000 milliseconds). 0 means infinite, function only return when error or pass.

Description

By default, the IPC to multipathd daemon will timeout after 60 seconds.

Return

void