~yshurik/libmemcached/libmemcached-win

« back to all changes in this revision

Viewing changes to libmemcached/udp.hpp

  • Committer: Continuous Integration
  • Date: 2013-04-03 13:16:24 UTC
  • mfrom: (1100.1.1 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130403131624-j59dhv5z5l0lsdld
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-250

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  uint16_t reserved;
56
56
};
57
57
 
58
 
bool memcached_io_init_udp_header(org::libmemcached::Instance*, const uint16_t thread_id);
59
 
void increment_udp_message_id(org::libmemcached::Instance*);
 
58
bool memcached_io_init_udp_header(memcached_instance_st*, const uint16_t thread_id);
 
59
void increment_udp_message_id(memcached_instance_st*);