~ubuntu-branches/ubuntu/intrepid/raidutils/intrepid

« back to all changes in this revision

Viewing changes to include/mgr.hh

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-02-03 16:09:08 UTC
  • Revision ID: james.westby@ubuntu.com-20080203160908-fqno573ja4dg3bfr
Tags: 0.0.6-5
* Patch from Nathan Stratton Treadway plugs memory leak (closes: #273577)
* Include README in /usr/share/doc/<package>/ iff non-empty (closes: #275068)
* Incorporate NMU 0.0.6-3.2 (closes: #459161)
* Get rid of "packed" warnings by hacking include/get_info.h; although
  thanks are due to Nathan Stratton Treadway for looking into the issue,
  responsibility for this fix is mine alone ... remember: NO WARRENTY!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define PACK
35
35
#endif
36
36
 
37
 
   dptCaddr_S   maxAddr PACK;   // Maximum physical address supported
38
 
   dptCaddr_S   minAddr PACK;   // Minimum physical address supported
 
37
   dptCaddr_S   maxAddr PACK_A; // Maximum physical address supported
 
38
   dptCaddr_S   minAddr PACK_A; // Minimum physical address supported
39
39
 
40
40
// RAID manager information (Ignore if not a RAID manager)
41
41