|
|
|
|
@ -122,7 +122,7 @@ struct s_osm_xmlcallback {
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// number of Hashnodes to keep in memory
|
|
|
|
|
#define OSM_HASHNODES 64
|
|
|
|
|
#define OSM_HASHNODES 32
|
|
|
|
|
|
|
|
|
|
static struct s_osm_hashnodes _hashnodes[OSM_HASHNODES];
|
|
|
|
|
static struct s_osm_hashnodes *hashnodes[OSM_HASHNODES];
|
|
|
|
|
|