From: Ferry Huberts Date: Wed, 23 Mar 2011 10:57:41 +0000 (+0100) Subject: new_filter: determine extra_args from filter type X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/9240a828d13fa8f6a9e379b94b2061ca83e6199c?hp=9240a828d13fa8f6a9e379b94b2061ca83e6199c new_filter: determine extra_args from filter type Currently the number of extra arguments is linked hard to the type of the filter. This is also logical since it would be confusing to have a different number of arguments for the same type of filter depending on the context under which the filter is run (unless ofcourse one the parameters would make the context clear, which is currently not the case). Signed-off-by: Ferry Huberts Signed-off-by: Lars Hjemli ---