Merge branch 'master' of /home/opensim/var/repo/opensim
commit
cbbe5125cd
|
@ -89,7 +89,7 @@ namespace OpenSim.Framework.Monitoring
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Memory churn rate per millisecond.
|
/// Memory churn rate per millisecond.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private static double m_churnRatePerMillisecond;
|
// private static double m_churnRatePerMillisecond;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Historical samples for calculating moving average.
|
/// Historical samples for calculating moving average.
|
||||||
|
|
|
@ -40,8 +40,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public interface IScenePresence : ISceneAgent
|
public interface IScenePresence : ISceneAgent
|
||||||
{
|
{
|
||||||
PresenceType PresenceType { get; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Copy of the script states while the agent is in transit. This state may
|
/// Copy of the script states while the agent is in transit. This state may
|
||||||
/// need to be placed back in case of transfer fail.
|
/// need to be placed back in case of transfer fail.
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue