Skip to content
Snippets Groups Projects
This project is mirrored from https://www-csr.bessy.de/control/SoftDist/sequencer/repo/branch-2-2.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 19, 2013
  2. Sep 16, 2013
  3. Aug 22, 2013
  4. Sep 20, 2013
  5. Sep 16, 2013
  6. Aug 15, 2013
  7. Sep 09, 2013
  8. Jul 15, 2013
  9. Jul 12, 2013
  10. Mar 14, 2013
  11. Aug 31, 2012
  12. Jul 12, 2013
  13. Jul 11, 2013
  14. Jul 10, 2013
  15. Jul 03, 2013
    • benjamin.franksen's avatar
      seq: fix problem with synchronous pvPut/pvGet · 9d8e1bbe
      benjamin.franksen authored
      The problem was that that once a synchronous request times out, the
      variable would never recover from the timeout state. This was because
      the semaphores would not be signalled on timeout. However, in order
      to correctly discard events (i.e. callbacks from CA) that belong to
      timed out requests, we have to remember them. This is what the getReq
      and putReq arrays in struct state_set are for.
      
      The fix assumes that CA will eventually call the callback for each
      accepted request, even if the channel disconnects. If the assumption is
      wrong then we have a memory leak.
      9d8e1bbe
  16. Jul 12, 2013
Loading