Motr  M0
m0_timer_operations Struct Reference

#include <timer.h>

Collaboration diagram for m0_timer_operations:
Collaboration graph

Data Fields

int(* tmr_init )(struct m0_timer *timer, struct m0_timer_locality *loc)
 
void(* tmr_fini )(struct m0_timer *timer)
 
void(* tmr_start )(struct m0_timer *timer)
 
void(* tmr_stop )(struct m0_timer *timer)
 

Detailed Description

Definition at line 126 of file timer.h.

Field Documentation

◆ tmr_fini

void(* tmr_fini) (struct m0_timer *timer)

Definition at line 128 of file timer.h.

◆ tmr_init

int(* tmr_init) (struct m0_timer *timer, struct m0_timer_locality *loc)

Definition at line 127 of file timer.h.

◆ tmr_start

void(* tmr_start) (struct m0_timer *timer)

Definition at line 129 of file timer.h.

◆ tmr_stop

void(* tmr_stop) (struct m0_timer *timer)

Definition at line 130 of file timer.h.


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