<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 30/12/2012 22:52, Adam Martinson a
      écrit :<br>
    </div>
    <blockquote cite="mid:50E0B784.1060908@gmail.com" type="cite">Looking
      for some help splitting patch 3, not sure how I can cut it down
      any more without breaking stuff.  I'm guessing patch 9 will need
      splitting too, same problem.
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    I haven't checked whether it's really possible, but one way to go
    would be to:<br>
    - create a dedicated structure like server_end for the server
    end-point (instead of directly reusing the existing pipe_end)<br>
    - then patch by patch move elements from pipe_instance to server_end<br>
        + options<br>
        + fd<br>
        + ...<br>
    - finally, when server_end and pipe_end have the same fields, just
    drop server_end for pipe_end<br>
    <br>
    HTH<br>
    A+<br>
  </body>
</html>