Motr  M0
mover_op Struct Reference
Collaboration diagram for mover_op:
Collaboration graph

Data Fields

int(* o_op )(struct mover *self, struct sock *s)
 
bool o_doesio
 

Detailed Description

A state transition function for a mover.

Definition at line 806 of file sock.c.

Field Documentation

◆ o_doesio

bool o_doesio

If this flag is true, the transition function is postponed until the socket has the corresponding HAS_{READ,WRITE} flag set.

See also
mover_op().

Definition at line 815 of file sock.c.

◆ o_op

int(* o_op) (struct mover *self, struct sock *s)

State transition function,

See also
mover_op().

Definition at line 808 of file sock.c.


The documentation for this struct was generated from the following file: