You need to sign in or sign up before continuing.
  • D
    Remove bogus const annotations to hash iterator · cf577653
    Daniel P. Berrange 提交于
    Most of the hash iterators need to modify either payload of
    data args. The const annotation prevents this.
    
    * src/util/hash.h, src/util/hash.c: Remove const-ness from
      virHashForEach/Iterator
    * src/xen/xm_internal.c: Remove bogus casts
    cf577653
hash.h 2.4 KB