~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/vio.h

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <sys/socket.h>
25
25
#include <errno.h>
26
26
 
 
27
namespace drizzle_protocol
 
28
{
 
29
 
27
30
/* Simple vio interface in C;  The functions are implemented in violite.c */
28
31
 
29
32
enum enum_vio_type
133
136
  char                  *read_buffer;   /* buffer for drizzleclient_vio_read_buff */
134
137
};
135
138
 
 
139
} /* namespace drizzle_procotol */
 
140
 
136
141
#endif /* PLUGIN_DRIZZLE_PROTOCOL_VIO_H */