📄 device_info.h
字号:
/* $Id: device_info.h,v 1.2 2000/04/06 07:26:52 jm Exp $ * Header files for Mobile Node module * * Dynamic hierarchial IP tunnel * Copyright (C) 1998-2000, Dynamics group * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. See README and COPYING for * more details. */#ifndef DEVICE_INFO_H#define DEVICE_INFO_H#define DEFAULT_DEVICE_INFO_PATH "/var/run/dynamics_device_info"/* Message sent to device info daemon residing in unix domain socket */struct device_info_query { int device_index; int priority;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -