~brianaker/gearmand/warning-usage

« back to all changes in this revision

Viewing changes to libgearman/connection.hpp

  • Committer: Brian Aker
  • Date: 2013-08-07 22:23:36 UTC
  • mto: This revision was merged to the branch mainline in revision 853.
  • Revision ID: brian@tangent.org-20130807222336-6gs9tjksajrolatc
Additional SSL cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  short revents;
67
67
private:
68
68
  int fd;
69
 
  struct CYASSL* _ssl;
 
69
  SSL* _ssl;
70
70
  int cached_errno;
71
71
public:
72
72
  uint32_t created_id;