~mvo/apt/lp346386

« back to all changes in this revision

Viewing changes to apt-pkg/algorithms.h

  • Committer: Michael Vogt
  • Date: 2012-01-30 19:22:18 UTC
  • mfrom: (1561.70.94 apt-experimental)
  • Revision ID: michael.vogt@ubuntu.com-20120130192218-hdnxpmj5yhteekf1
mergedĀ fromĀ donkult

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
   enum Flags {Protected = (1 << 0), PreInstalled = (1 << 1),
97
97
               Upgradable = (1 << 2), ReInstateTried = (1 << 3),
98
98
               ToRemove = (1 << 4)};
99
 
   signed short *Scores;
 
99
   int *Scores;
100
100
   unsigned char *Flags;
101
101
   bool Debug;
102
102