Integrate srvschedconn() into connsched().
commit7261f57b0f29cd59e68d234375494aa4f2f98b2b
authorIsaac Jurado <diptongo@gmail.com>
Thu, 30 Aug 2012 09:05:56 +0000 (30 11:05 +0200)
committerIsaac Jurado <diptongo@gmail.com>
Thu, 30 Aug 2012 09:05:56 +0000 (30 11:05 +0200)
tree98bef5801a934fe619201994a2c4e7e639144a6e
parentecb403ee8c6ec8b29f9f9ab1b37d1dbbc7b2f546
Integrate srvschedconn() into connsched().

The tickat value of the connection cannot be modified before removing it from a
heap.  This would compromise the heap ordering.  Therefore, the srvschedconn()
function needs to be split so the tickat value can be updated.

As the srvschedconn() is not used anywhere else apart from connsched(), it can
be removed.
conn.c
dat.h
srv.c