Skip to content

Commit

Permalink
Add comment for visual consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Nov 23, 2023
1 parent f2461c7 commit fb97a51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OVAL/probes/probe/probe.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
/* default max. memory usage ratio - used/total */
/* can be overridden by environment variable OSCAP_PROBE_MEMORY_USAGE_RATIO */
#define OSCAP_PROBE_MEMORY_USAGE_RATIO_DEFAULT 0.33

/* By default, probes can collect unlimited amount of items. Ths behavior can
* be overridden by environment variable OSCAP_PROBE_MAX_COLLECTED_ITEMS.
*/
#define OSCAP_PROBE_COLLECT_UNLIMITED 0

typedef struct {
Expand Down

0 comments on commit fb97a51

Please sign in to comment.