device_info.h

来自「mobile ip 在linux下的一种实现」· C头文件 代码 · 共 25 行

H
25
字号
/* $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 + =
减小字号Ctrl + -
显示快捷键?