ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/libopm/src/config.c
(Generate patch)

Comparing hopm/trunk/src/libopm/src/config.c (file contents):
Revision 6068 by michael, Mon Jun 8 20:10:36 2015 UTC vs.
Revision 6071 by michael, Mon Jun 8 20:18:43 2015 UTC

# Line 34 | Line 34
34   #include "list.h"
35  
36  
37 < static OPM_CONFIG_HASH_T HASH[] =
37 > static const OPM_CONFIG_HASH_T HASH[] =
38   {
39    { OPM_CONFIG_FD_LIMIT,      OPM_TYPE_INT        },
40    { OPM_CONFIG_BIND_IP ,      OPM_TYPE_ADDRESS    },
# Line 43 | Line 43 | static OPM_CONFIG_HASH_T HASH[] =
43    { OPM_CONFIG_SCAN_IP,       OPM_TYPE_STRING     },
44    { OPM_CONFIG_SCAN_PORT,     OPM_TYPE_INT        },
45    { OPM_CONFIG_MAX_READ,      OPM_TYPE_INT        },
46 <  { OPM_CONFIG_TIMEOUT,       OPM_TYPE_INT        },
46 >  { OPM_CONFIG_TIMEOUT,       OPM_TYPE_INT        }
47   };
48  
49   /* config_create

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines