rpc_queue_upcall

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

rpc_queue_upcall - queue an upcall message to userspace

SYNOPSIS

int rpc_queue_upcall(struct inode * inode, struct rpc_pipe_msg * msg);

ARGUMENTS

inode

inode of upcall pipe on which to queue given message

msg

message to queue

DESCRIPTION

Call with an inode created by rpc_mkpipe to queue an upcall. A userspace process may then later read the upcall by performing a read on an open file for this inode. It is up to the caller to initialize the fields of msg (other than msg->list) appropriately.