]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
detect redirection loops in acquire instead of workers
[apt.git] / methods / server.h
index af0914b9c6ea9ce25847893d3a6db4f7c1913a2b..b23b0e50ae737969a250afce0ffaa74535eff09d 100644 (file)
@@ -91,6 +91,7 @@ struct ServerState
 
    /** \brief Transfer the data from the socket */
    virtual bool RunData(FileFd * const File) = 0;
+   virtual bool RunDataToDevNull() = 0;
 
    virtual bool Open() = 0;
    virtual bool IsOpen() = 0;