Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameterd/main.c

    r1182 r1305  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2015, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
     
    172172        /* Loop on arguments */
    173173        while (1) {
    174                 c = getopt_long (argc, argv, "hVc:dql:M:", long_options, &option_index);
     174                c = getopt_long (argc, argv, "hVc:dql:f:F:g:", long_options, &option_index);
    175175                if (c == -1)
    176176                        break;  /* Exit from the loop.  */
     
    208208                                #ifdef DEBUG
    209209                                fd_debug_one_function = optarg;
     210                                fd_g_debug_lvl = FD_LOG_DEBUG;
    210211                                #else /* DEBUG */
    211212                                fprintf(stderr, "Error: must compile with DEBUG support to use --dbg_func feature!\n");
     
    217218                                #ifdef DEBUG
    218219                                fd_debug_one_file = basename(optarg);
     220                                fd_g_debug_lvl = FD_LOG_DEBUG;
    219221                                #else /* DEBUG */
    220222                                fprintf(stderr, "Error: must compile with DEBUG support to use --dbg_file feature!\n");
Note: See TracChangeset for help on using the changeset viewer.