hackbone_interface.h
Go to the documentation of this file.00001 #ifndef _HACKBONE_INTERFACE 00002 #define _HACKBONE_INTERFACE 00003 00004 /*************************************************************************/ 00015 #define PLAYER_HACKBONE_MAX_HOSTS 401 00016 #define PLAYER_HACKBONE_MAX_NAMELENGTH 20 00017 00021 typedef struct player_hackbone_item { 00022 char host[PLAYER_HACKBONE_MAX_NAMELENGTH]; 00023 char via[PLAYER_HACKBONE_MAX_NAMELENGTH]; 00024 int hops; 00025 } __PACKED__ player_hackbone_host_t; 00026 00030 typedef struct player_feature2d_data { 00031 uint16_t count; 00032 player_hackbone_host_t hosts[PLAYER_HACKBONE_MAX_HOSTS]; 00033 } __PACKED__ player_hackbone_data_t; 00034 00038 #endif
Generated on Thu Aug 11 13:08:10 2005 for Stage by
