~dynamite-a-d/ubuntu/precise/cmake/fix-for-972419

« back to all changes in this revision

Viewing changes to Utilities/cmcurl/curl/multi.h

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-11-13 02:16:34 UTC
  • mto: (3.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101113021634-hsdooj6tr1q3tf0l
Tags: upstream-2.8.3
ImportĀ upstreamĀ versionĀ 2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 *          curl_multi_cleanup().
182
182
 *
183
183
 *          The 'CURLMsg' struct is meant to be very simple and only contain
184
 
 *          very basic informations. If more involved information is wanted,
 
184
 *          very basic information. If more involved information is wanted,
185
185
 *          we will provide the particular "transfer handle" in that struct
186
186
 *          and that should/could/would be used in subsequent
187
187
 *          curl_easy_getinfo() calls (or similar). The point being that we