Skip to content
  • Thomas Haller's avatar
    keep-alive: rename nm_keep_alive_sink() to nm_keep_alive_arm() · 7578e59b
    Thomas Haller authored
    The names "floating" and "sink()" are well known and good.
    
    However, "disarm()" seems the best name for the counterpart operation,
    better than "float()", "unsink()", or "freeze()".
    
    Since we have "nm_keep_alive_disarm()", for consitency rename
    
      - "floating" -> (not) "armed"
      - "sink()"   -> "arm()"
    7578e59b