make range allocation dynamic
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Apr 2011 17:12:29 +0000 (19:12 +0200)
committerSami Kerola <kerolasa@iki.fi>
Sun, 10 Apr 2011 17:12:29 +0000 (19:12 +0200)
This is a test fix after commit

5cbe8d07fb23db630e76d18022f20368312720ec

to see what can be done. Truth is that not much. I could fix how
ranges are allocated, but the fact there is pointers to shared
networks and network names reallocating the memory spaces is not
really going to work. The only way to truly fix this issue is to
create better data structures. As you can expect that is a major
change, and will take some time to implement.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>


No differences found