~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/vio_priv.h

  • Committer: Brian Aker
  • Date: 2008-08-08 15:38:16 UTC
  • Revision ID: brian@tangent.org-20080808153816-858pru9i35hq1rgz
Merging up a bunch of assert() and cleanup of my_sock typedef

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <netdb.h>
30
30
 
31
 
void    vio_ignore_timeout(Vio *vio, uint32_t which, uint32_t timeout);
32
 
void    vio_timeout(Vio *vio,uint32_t which, uint32_t timeout);
 
31
void vio_ignore_timeout(Vio *vio, bool is_sndtimeo, int32_t timeout);
 
32
void vio_timeout(Vio *vio, bool is_sndtimeo, int32_t timeout);