// all views, the other nodes can bring this re-joined node up to
// date.
+config_view_change::~config_view_change() {}
+
config::config(const string & _first, const string & _me, config_view_change *_vc)
: my_view_id(0), first(_first), me(_me), vc(_vc),
paxos(this, me == _first, me, me)