~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/vio.h

  • Committer: Monty Taylor
  • Date: 2010-12-03 19:56:07 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101203195607-yw50aynlw04dt5k6
All protocol stuff except for the buffer_length. WTF?

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define PLUGIN_MYSQL_PROTOCOL_VIO_H
19
19
 
20
20
#include <sys/socket.h>
21
 
#include <errno.h>
 
21
#include <cerrno>
 
22
 
 
23
namespace drizzle_plugin
 
24
{
22
25
 
23
26
/**
24
27
 *@brief Virtual I/O layer, only used with TCP/IP sockets at the moment.
136
139
 
137
140
};
138
141
 
 
142
} /* namespace drizzle_plugin */
139
143
 
140
144
#endif /* PLUGIN_MYSQL_PROTOCOL_VIO_H */