Motr  M0
m0_op_layout_ops Struct Reference

#include <layout.h>

Collaboration diagram for m0_op_layout_ops:
Collaboration graph

Data Fields

int(* olo_launch )(struct m0_op_layout *ol)
 
int(* olo_copy_to_app )(struct m0_client_layout *to, void *data)
 
int(* olo_copy_from_app )(struct m0_client_layout *from, void *data)
 

Detailed Description

Data structures for generic layout operation.

Definition at line 166 of file layout.h.

Field Documentation

◆ olo_copy_from_app

int(* olo_copy_from_app) (struct m0_client_layout *from, void *data)

Input layout details from user.

Definition at line 171 of file layout.h.

◆ olo_copy_to_app

int(* olo_copy_to_app) (struct m0_client_layout *to, void *data)

Output layout details to user.

Definition at line 169 of file layout.h.

◆ olo_launch

int(* olo_launch) (struct m0_op_layout *ol)

Definition at line 167 of file layout.h.


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