File: io_err_stat.h

package info (click to toggle)
multipath-tools 0.14.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,088 kB
  • sloc: ansic: 64,885; perl: 1,622; makefile: 742; sh: 732; pascal: 155
file content (15 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef IO_ERR_STAT_H_INCLUDED
#define IO_ERR_STAT_H_INCLUDED

#include "vector.h"
#include "lock.h"


extern pthread_attr_t io_err_stat_attr;

int start_io_err_stat_thread(void *data);
void stop_io_err_stat_thread(void);
int io_err_stat_handle_pathfail(struct path *path);
int need_io_err_check(struct path *pp);

#endif /* IO_ERR_STAT_H_INCLUDED */