1. 25 6月, 2012 1 次提交
  2. 21 6月, 2012 2 次提交
  3. 19 6月, 2012 1 次提交
  4. 17 2月, 2012 1 次提交
  5. 20 11月, 2011 1 次提交
    • A
      batman-adv: fixed hash functions type to uint32_t instead of int · c90681b8
      Antonio Quartulli 提交于
      There are two reasons for this fix:
      - the result of choose_orig() and vis_choose() is an index and therefore it can't
        be negative. Hence it is correct to make the return type unsigned too.
      
      - sizeof(int) may not be the same on ALL the architectures. Since we plan to use
        choose_orig() as DHT hash function, we need to guarantee that, given the same
        argument, the result is the same. Then it is correct to explicitly express
        the size of the return type (and the second argument). Since the expected
        length is currently 4, uint32_t is the most convenient choice.
      Signed-off-by: NAntonio Quartulli <ordex@autistici.org>
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      c90681b8
  6. 30 5月, 2011 1 次提交
  7. 05 3月, 2011 2 次提交
  8. 31 1月, 2011 1 次提交
  9. 17 12月, 2010 1 次提交