libevent  2.2.1
Event notification library
tag_compat.h File Reference

Obsolete/deprecated functions from tag.h; provided only for backwards compatibility. More...

Go to the source code of this file.

Macros

Misnamed functions
Deprecated:
These macros are deprecated because their names don't follow Libevent's naming conventions.

Use evtag_encode_int and evtag_encode_int64 instead.

#define encode_int(evbuf, number)   evtag_encode_int((evbuf), (number))
 
#define encode_int64(evbuf, number)   evtag_encode_int64((evbuf), (number))
 

Detailed Description

Obsolete/deprecated functions from tag.h; provided only for backwards compatibility.