This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Another API change


As discussed this week, the sid::bus::delayed indication is no more.
Here is the patch -- happy recompiling. :-)

Ben


2001-06-22  Ben Elliston  <bje@redhat.com>

	* sidcomp.h (API_MAJOR_VERSION): Bump to 4.
	(bus::status_t): Remove "delayed" enumerator.

Index: sidcomp.h
===================================================================
RCS file: /cvs/src/src/sid/include/sidcomp.h,v
retrieving revision 1.2
diff -u -r1.2 sidcomp.h
--- sidcomp.h   2001/06/21 05:40:01     1.2
+++ sidcomp.h   2001/06/22 07:55:36
@@ -22,7 +22,7 @@
   // COMPONENT_LIBRARY_MAGIC mechanism in sidso.h, and prevents
   // interopration attempts with obsolete component objects.
 
-  const unsigned API_MAJOR_VERSION = 3;
+  const unsigned API_MAJOR_VERSION = 4;
   const unsigned API_MINOR_VERSION = 0;
 
   // PART 1: Buses
@@ -45,7 +45,6 @@
       misaligned   = 0x01, // address misaligned
       unmapped     = 0x02, // address not in mapped range
       unpermitted  = 0x04, // may not read or may not write at address
-      delayed      = 0x10, // data not yet available - try again after yielding
     };
 
     struct status


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]