bufferevent_priority_set

Assign a priority to a bufferevent.

Only supported for socket bufferevents.

@param bufev a bufferevent struct @param pri the priority to be assigned @return 0 if successful, or -1 if an error occurred

extern (C) nothrow
int
bufferevent_priority_set

Meta