/* -*- c -*- */
enum keepalive_procedure {
        KEEPALIVE_PROC_PING = 1,
        KEEPALIVE_PROC_PONG = 2,
};
