diff options
author | Micael Karlberg <[email protected]> | 2011-04-14 12:24:51 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-14 12:24:51 +0200 |
commit | 29ac3cf1c1e6620344192944ebeae7ee8f220bb7 (patch) | |
tree | fe6d99c0c1d6c425b773ec6f1013ee237049f698 /lib/snmp/src/manager/snmpm_internal.hrl | |
parent | e6a14f6efc61aec9eef4197c08fd8fbe9116281b (diff) | |
download | otp-29ac3cf1c1e6620344192944ebeae7ee8f220bb7.tar.gz otp-29ac3cf1c1e6620344192944ebeae7ee8f220bb7.tar.bz2 otp-29ac3cf1c1e6620344192944ebeae7ee8f220bb7.zip |
Detailed usage of "Extra" usage in the request API functions,
including the reserved value.
Diffstat (limited to 'lib/snmp/src/manager/snmpm_internal.hrl')
-rw-r--r-- | lib/snmp/src/manager/snmpm_internal.hrl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/snmp/src/manager/snmpm_internal.hrl b/lib/snmp/src/manager/snmpm_internal.hrl index 389aeaf197..53ad41c6b0 100644 --- a/lib/snmp/src/manager/snmpm_internal.hrl +++ b/lib/snmp/src/manager/snmpm_internal.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2006-2009. All Rights Reserved. +%% Copyright Ericsson AB 2006-2011. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -21,6 +21,9 @@ -define(snmpm_internal, true). -define(DEFAULT_CONTEXT, ""). +-define(SNMPM_EXTRA_INFO_TAG, snmpm_extra_info_tag). +-define(DEFAULT_EXTRA_INFO, {?SNMPM_EXTRA_INFO_TAG}). + -include_lib("snmp/src/app/snmp_internal.hrl"). |