Christopher Faulet 79bdef3cad MINOR: cfgparse: Parse scope lines and save the last one parsed
A scope is a section name between square bracket, alone on its line, ie:

  [scope-name]
  ...

The spaces at the beginning and at the end of the line are skipped. Comments at
the end of the line are also skipped.

When a scope is parsed, its name is saved in the global variable
cfg_scope. Initially, cfg_scope is NULL and it remains NULL until a valid scope
line is parsed.

This feature remains unused in the HAProxy configuration file and
undocumented. However, it will be used during SPOE configuration parsing.
2016-11-09 22:56:59 +01:00
..
2016-09-12 19:51:59 +02:00
2016-06-20 17:29:56 +02:00
2015-12-22 13:36:01 +01:00
2016-09-13 07:55:51 +02:00
2015-10-12 20:58:51 +02:00