stub-data.h

来自「LINUX 2.6.17.4的源码」· C头文件 代码 · 共 19 行

H
19
字号
/* * Copyright (C) 2005 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */#ifndef __STUB_DATA_H#define __STUB_DATA_H#include <sys/time.h>struct stub_data {	long offset;	int fd;	struct itimerval timer;	long err;};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?