Uploaded image for project: 'OpenDNSSEC'
  1. OpenDNSSEC
  2. OPENDNSSEC-178

fifoq.c must use cond to broadcast when the queue can be writte to

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 1.3.4, 1.4.0b2, 2.0.0
    • Fix Version/s: 1.3.6, 1.4.0b2
    • Component/s: Signer
    • Labels:
      None

      Description

      Must add functionality to fifoq.c so that you can wait for the queue to be non-full if its full.

      ex:

      cond_basic_type q_nonfull;

      fifoq_wait_nonfull();

      broadcast whenever queue goes from full to non-full.

        Attachments

          Activity

            People

            Assignee:
            matthijs Matthijs Mekking
            Reporter:
            jerry Jerry Lundström
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: