]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
generalize secure->insecure downgrade protection
[apt.git] / apt-pkg / edsp.h
index 57d4214e80635fd62ec9b057ef6b4fd4d869c7a5..f1624cd6a81325a2efc8bd13dd8f4190d8abb168 100644 (file)
@@ -109,8 +109,9 @@ namespace EDSP                                                              /*{{{*/
         *
         *  This method takes care of interpreting whatever the solver sends
         *  through the standard output like a solution, progress or an error.
-        *  The main thread should handle his control over to this method to
-        *  wait for the solver to finish the given task
+        *  The main thread should hand his control over to this method to
+        *  wait for the solver to finish the given task. The file descriptor
+        *  used as input is completely consumed and closed by the method.
         *
         *  \param input file descriptor with the response from the solver
         *  \param Cache the solution should be applied on if any