00001 /* $Id: device_info.h,v 1.2 2000/04/06 07:26:52 jm Exp $ 00002 * Header files for Mobile Node module 00003 * 00004 * Dynamic hierarchial IP tunnel 00005 * Copyright (C) 1998-2000, Dynamics group 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License version 2 as 00009 * published by the Free Software Foundation. See README and COPYING for 00010 * more details. 00011 */ 00012 00013 #ifndef DEVICE_INFO_H 00014 #define DEVICE_INFO_H 00015 00016 #define DEFAULT_DEVICE_INFO_PATH "/var/run/dynamics_device_info" 00017 00018 /* Message sent to device info daemon residing in unix domain socket */ 00019 struct device_info_query { 00020 int device_index; 00021 int priority; 00022 }; 00023 00024 #endif