commit | 1a51b6342e268de8d6ff961c61008c536676b3cd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 26 17:17:56 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 26 17:17:56 2010 +0100 |
tree | 07ae5d6b65ba7ce8e8a349ec1e82c17f3e4eb655 | |
parent | a724d49b6e6ad0501579766049adb0b79e6b6cb3 [diff] |
[MINOR] pattern: make the converter more flexible by supporting void* and int args The pattern type converters currently support a string arg and a length. Sometimes we'll prefer to pass them a list or a structure. So let's convert the string and length into a generic void* and int that each converter may use as it likes.