~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.h

  • Committer: Monty Taylor
  • Date: 2008-11-12 17:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081112174240-l2vg9lnzbmjc3uyk
More header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define _libdrizzle_net_serv_h_
23
23
 
24
24
#ifdef __cplusplus
25
 
#include CSTDINT_H
26
25
extern "C" {
27
 
#else
 
26
#endif
 
27
 
28
28
#include <stdint.h>
29
29
#include <stdbool.h>
30
 
#endif
31
30
 
32
31
#define net_new_transaction(net) ((net)->pkt_nr=0)
33
32