/* Virtual Servers handlers */ static void vsg_handler(vector_t *strvec) { /* Fetch queued vsg */ alloc_vsg(vector_slot(strvec, 1)); alloc_value_block(strvec, alloc_vsg_entry); }
/* Virtual Servers handlers */ static void vsg_handler(vector strvec) { /* Fetch queued vsg */ alloc_vsg(VECTOR_SLOT(strvec, 1)); alloc_value_block(strvec, alloc_vsg_entry); }