Skip to content

Commit

Permalink
comment fixes, fixup 46cd825
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t- committed Jan 5, 2024
1 parent 1227ea6 commit 8d1ad4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/api/InfluxDB.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ class InfluxDB : public ApiIF {
std::list<Reading> _values;
CurlResponse::Ptr _response;

// Volatile
int64_t _last_timestamp; /**< remember last timestamp */
// duplicate support:
int64_t _last_timestamp; /* remember last timestamp */
// duplicates support:
Reading *_lastReadingSent;

typedef struct {
Expand Down

0 comments on commit 8d1ad4c

Please sign in to comment.