mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-03-30 16:51:09 +08:00
Deploying to gh-pages from @ eunomia-bpf/bpf-developer-tutorial@6be4e577f6 🚀
This commit is contained in:
14
17-biopattern/biopattern.h
Normal file
14
17-biopattern/biopattern.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
|
||||
#ifndef __BIOPATTERN_H
|
||||
#define __BIOPATTERN_H
|
||||
|
||||
#define DISK_NAME_LEN 32
|
||||
|
||||
struct counter {
|
||||
__u64 last_sector;
|
||||
__u64 bytes;
|
||||
__u32 sequential;
|
||||
__u32 random;
|
||||
};
|
||||
|
||||
#endif /* __BIOPATTERN_H */
|
||||
Reference in New Issue
Block a user