Skip to content
  • Thomas Haller's avatar
    platform: use bool bitfields in NMPlatformActionMirred structure · 36d6aa3b
    Thomas Haller authored
    Arguably, the structure is used inside a union with another (larger)
    struct, hence no memory is saved.
    
    In fact, it may well be slower performance wise to access a boolean bitfield
    than a gboolean (int).
    
    Still, boolean fields in structures should be bool:1 bitfields for
    consistency.
    36d6aa3b