(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited.

This commit is contained in:
rubidium
2009-04-07 19:06:36 +00:00
parent fdddfd6269
commit 82f8badc07
7 changed files with 38 additions and 57 deletions

View File

@@ -10,6 +10,10 @@
#include "os_abstraction.h"
#include "config.h"
#include "../../string_func.h"
#include "../../core/smallvec_type.hpp"
class NetworkAddress;
typedef SmallVector<NetworkAddress, 4> NetworkAddressList;
/**
* Wrapper for (un)resolved network addresses; there's no reason to transform