]> granicus.if.org Git - libevent/commit
Rename encode_int(64) to avoid polluting the global namespace.
authorNick Mathewson <nickm@torproject.org>
Mon, 20 Jul 2009 14:55:35 +0000 (14:55 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 20 Jul 2009 14:55:35 +0000 (14:55 +0000)
commite8400a43ca3f67e44e7593907353c6e5335c304e
tree5e5b0f616b62c3f9aedefcf1067a0ee81a2c8cc2
parentdc031990e083bef785ec107271559ccc60705873
Rename encode_int(64) to avoid polluting the global namespace.

They're now called evtag_encode_int(64).  The old names are available
as macros in event2/tag_compat.h.

Also, add unit tests for encode/decode_int64.

svn:r1365
ChangeLog
event.h
event_tagging.c
include/Makefile.am
include/event2/tag.h
include/event2/tag_compat.h [new file with mode: 0644]
test/regress.c