Exemplo n.º 1
0
 /// <summary>
 /// Get the value of the time of last SM in <seealso cref="System#currentTimeMillis()"/>.
 /// </summary>
 /// <param name="logMetaDataBuffer"> containing the meta data. </param>
 /// <returns> the value of time of last SM </returns>
 public static long TimeOfLastStatusMessage(UnsafeBuffer logMetaDataBuffer)
 {
     return logMetaDataBuffer.GetLongVolatile(LOG_TIME_OF_LAST_SM_OFFSET);
 }