~yshurik/libmemcached/libmemcached-win

« back to all changes in this revision

Viewing changes to libmemcachedutil/pid.cc

  • Committer: Continuous Integration
  • Date: 2013-04-03 13:16:24 UTC
  • mfrom: (1100.1.1 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130403131624-j59dhv5z5l0lsdld
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-250

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    }
75
75
    else if (rc == MEMCACHED_SOME_ERRORS) // Generic answer, we will now find the specific reason (if one exists)
76
76
    {
77
 
      memcached_server_instance_st instance= memcached_server_instance_by_position(memc_ptr, 0);
 
77
      const memcached_instance_st * instance= memcached_server_instance_by_position(memc_ptr, 0);
78
78
 
79
79
      assert_msg(instance and memcached_server_error(instance), " ");
80
80
      if (instance and memcached_server_error(instance))
139
139
    }
140
140
    else if (rc == MEMCACHED_SOME_ERRORS) // Generic answer, we will now find the specific reason (if one exists)
141
141
    {
142
 
      memcached_server_instance_st instance=
 
142
      const memcached_instance_st * instance=
143
143
        memcached_server_instance_by_position(memc_ptr, 0);
144
144
 
145
145
#if 0