diff options
author | Björn Gustavsson <[email protected]> | 2011-12-09 10:58:23 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-12-09 10:58:23 +0100 |
commit | 2ead2d78f94bda90309077080c6b6d7a5bb72d9c (patch) | |
tree | 88a73fff56e547832b7d6b7d18766e1434538f2e /lib/inviso/doc/src/inviso.xml | |
parent | adb35e439605ce435903aa3c354592aa7f828006 (diff) | |
parent | b5ac761326623ebbdae61b4254104af105e08719 (diff) | |
download | otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.tar.gz otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.tar.bz2 otp-2ead2d78f94bda90309077080c6b6d7a5bb72d9c.zip |
Merge branch 'bjorn/inviso/deprecate/OTP-9798'
* bjorn/inviso/deprecate/OTP-9798:
Deprecate the inviso application
Diffstat (limited to 'lib/inviso/doc/src/inviso.xml')
-rw-r--r-- | lib/inviso/doc/src/inviso.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/inviso/doc/src/inviso.xml b/lib/inviso/doc/src/inviso.xml index 44fe7a3a78..aac509e014 100644 --- a/lib/inviso/doc/src/inviso.xml +++ b/lib/inviso/doc/src/inviso.xml @@ -30,6 +30,10 @@ <module>inviso</module> <modulesummary>Main API Module to the Inviso Tracer</modulesummary> <description> + <warning> + <p>The <c>inviso</c> application is deprecated and will be + removed in the R16 release.</p> + </warning> <p>With the <c>inviso</c> API runtime components can be started and tracing managed across a network of distributed Erlang nodes, using a control component also started with <c>inviso</c> API functions.</p> <p>Inviso can be used both in a distributed environment and in a non-distributed. API functions not taking a list of nodes as argument works on all started runtime components. If it is the non-distributed case, that is the local runtime component. The API functions taking a list of nodes as argument, or as part of one of the arguments, can not be used in a non-distributed environment. Return values named <c>NodeResult</c> refers to return values from a single Erlang node, and will therefore be the return in the non-distributed environment.</p> </description> |