incompatible change checked in

Eddie Kohler eddietwo at cag.lcs.mit.edu
Sun Jul 9 00:22:11 EDT 2000


The configure() method's signature has changed.

OLD:		int configure(const String &, ErrorHandler *);
NEW:		int configure(const Vector<String> &, ErrorHandler *);

Basically, the Router divides the configuration string into arguments with
cp_argvec() before calling configure(). There are good reasons for this.
Want to know what they are? TOO BAD!!!

You should never need to call cp_argvec() within configure().

All elements in the repository have been changed to use the new interface.

love,
ed



More information about the click mailing list