K 10 svn:author V 5 luigi K 8 svn:date V 27 2010-01-31T15:38:26.191163Z K 7 svn:log V 335 fix a problem in the order of initialization. The callback new_sched can only be called after creating the internal flowset, so we need to postpone calls to si_new until after that. This means that siht remains NULL until then in the case !HAVE_MASK, which in turn means we create the scheduler instance as the first packet comes in. END