~brianaker/gearmand/734663

« back to all changes in this revision

Viewing changes to libgearman/connection.h

  • Committer: Brian Aker
  • Date: 2011-02-15 01:48:22 UTC
  • mfrom: (373.1.5 gearmand-trunk)
  • Revision ID: brian@tangent.org-20110215014822-2rbjyk2a1stv4pev
Merge in bug fix for memcached, and various icc failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#ifndef __GEARMAN_CONNECTION_H__
15
15
#define __GEARMAN_CONNECTION_H__
16
16
 
 
17
#include <sys/types.h>
 
18
#include <sys/socket.h>
 
19
#include <netdb.h>
 
20
 
17
21
#ifdef __cplusplus
18
22
extern "C" {
19
23
#endif
20
24
 
 
25
 
21
26
/**
22
27
 * @addtogroup gearman_con Connection Declarations
23
28
 * @ingroup gearman_universal