~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/viosocket.c

  • Committer: Brian Aker
  • Date: 2008-07-16 03:31:49 UTC
  • Revision ID: brian@tangent.org-20080716033149-1z4kyxcy1pgo8ih5
Removed thd alarm around socket, we now use timeouts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  return r;
93
93
}
94
94
 
95
 
int vio_blocking(Vio * vio __attribute__((unused)), bool set_blocking_mode,
96
 
                 bool *old_mode)
 
95
int vio_blocking(Vio * vio, bool set_blocking_mode, bool *old_mode)
97
96
{
98
97
  int r=0;
99
98