• Poul-Henning Kamp's avatar
    Put a protocol prefix on enum sess_step. · ba34fd3a
    Poul-Henning Kamp authored
    In the future we will need to tell what protocol controls a give
    session, for instance when we come back from the waiter or waiting
    list.   Rather than spend memory on a dedicated field for this,
    protocols will share the enum sess_step, and ranges will be used
    to dispatch to protocols.
    ba34fd3a
steps.h 2.26 KB