Ignore:
Timestamp:
Oct 19, 2001, 2:20:38 PM (24 years ago)
Author:
aubourg
Message:

pb deadlock multiple fits readers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toisegment.h

    r1699 r1710  
    101101  class MasterView {
    102102  public:
    103     MasterView(int bufsz=256, int maxseg=20);
     103    MasterView(int bufsz=256, int maxseg=20, string nm="");
    104104    ~MasterView();
    105105
     
    114114    friend class BufferView;
    115115    friend class TOISegmented;
     116    string name;
    116117    void signalWaitingViews(); // views are waiting on read
    117118    void signalWrite();        // we are waiting on write
Note: See TracChangeset for help on using the changeset viewer.