]> Git Repo - linux.git/blob - tools/verification/rv/include/rv.h
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / tools / verification / rv / include / rv.h
1 // SPDX-License-Identifier: GPL-2.0
2
3 #define MAX_DESCRIPTION 1024
4 #define MAX_DA_NAME_LEN 24
5
6 struct monitor {
7         char name[MAX_DA_NAME_LEN];
8         char desc[MAX_DESCRIPTION];
9         int enabled;
10 };
11
12 int should_stop(void);
This page took 0.032423 seconds and 4 git commands to generate.