Skip to content
  • Russell Bryant's avatar
    command-line: add ovs_cmdl_ prefix · 5f383751
    Russell Bryant authored
    
    
    The coding style guidelines include the following:
    
      - Pick a unique name prefix (ending with an underscore) for each
        module, and apply that prefix to all of that module's externally
        visible names.  Names of macro parameters, struct and union members,
        and parameters in function prototypes are not considered externally
        visible for this purpose.
    
    This patch adds the new prefix to the externally visible names.  This
    makes it a bit more obvious what code is coming from common command
    line handling code.
    
    Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
    Signed-off-by: default avatarBen Pfaff <blp@nicira.com>
    5f383751