~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to libgearman-1.0/packet.h

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  char *arg[GEARMAN_MAX_COMMAND_ARGS];
69
69
  size_t arg_size[GEARMAN_MAX_COMMAND_ARGS];
70
70
  char args_buffer[GEARMAN_ARGS_BUFFER_SIZE];
 
71
#ifdef GEARMAN_PACKET_TRACE
 
72
  uint32_t _id;
 
73
#endif
71
74
};