From Louis Solofrizzo to ~ne02ptzero/libfloat
On Wed, Dec 14, 2022 at 04:45:58PM +0100, Patrik Cyvoct wrote: > Signed-off-by: Patrik Cyvoct <patrik@ptrk.io> > --- > periodic.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/periodic.c b/periodic.c > index 40004b4..a64fe67 100644 > --- a/periodic.c > +++ b/periodic.c > @@ -30,7 +30,7 @@ void libfloat_periodic(libfloat_ctx_t *ctx, uint32_t time) > * Hmmm, we might be partitionned, or at the very least we don't have a quorum anymore. > * Time to step down! > */
From Louis Solofrizzo to ~ne02ptzero/libfloat
LGTM -- Louis Solofrizzo Team Storage > There is no sin but ignorance. > -- Christopher Marlowe
From Louis Solofrizzo to ~ne02ptzero/libfloat
LGTM -- Louis Solofrizzo Team Storage > People are going to scream bloody murder about that. > -- Seen on linux-kernel
From Louis Solofrizzo to ~ne02ptzero/libfloat
On Mon, Dec 20, 2021 at 05:05:46PM +0000, Michael Bonfils wrote: > + nodes_reachables ++; > + } > + else if (node->last_update + ctx->conf.sanity_timeout > ctx->time(NULL)) > + { > + nodes_reachables ++; node_reachables++; LGTM -- Louis Solofrizzo Team Storage
From Louis Solofrizzo to ~ne02ptzero/libfloat
LGTM -- Louis Solofrizzo > <woot> Put *that* in you .sig and smoke it, Knghtbrd. > <Culus> You know he will read this :> > <woot> heheheheh.
From Louis Solofrizzo to ~ne02ptzero/libfloat
LG -- Louis Solofrizzo Team Storage > It's interesting to think that many quite distinguished people have > bodies similar to yours.
From Louis Solofrizzo to ~ne02ptzero/libfloat
LGTM --- Louis Solofrizzo > If Patrick Henry thought that taxation without representation was bad, > he should see how bad it is with representation.
From Louis Solofrizzo to ~ne02ptzero/libfloat
LGTM -- Louis Solofrizzo > If you stick a stock of liquor in your locker, > It is slick to stick a lock upon your stock. > Or some joker who is slicker, > Will trick you of your liquor, > If you fail to lock your liquor with a lock.
From Louis Solofrizzo to ~ne02ptzero/libfloat
On Thu, Sep 16, 2021 at 07:55:05AM +0000, Michael Bonfils wrote: > diff --git a/libfloat.h b/libfloat.h > index dcce50f..0ca3641 100644 > --- a/libfloat.h > +++ b/libfloat.h > @@ -485,4 +485,15 @@ void libfloat_election_resign_receive(libfloat_ctx_t *ctx); > */ > const char *libfloat_get_error_str(void); > > +/*! > + * \brief Retrieve term of last log > + * > + * \param[in] ctx libfloat context
From Louis Solofrizzo to ~ne02ptzero/libfloat
LGTM On Wed, Sep 15, 2021 at 03:59:26PM +0000, Michael Bonfils wrote: > Signed-off-by: Michael Bonfils <mbonfils@scaleway.com> > --- > README.md | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/README.md b/README.md > index 0b89abf..aea17d9 100644 > --- a/README.md > +++ b/README.md > @@ -31,7 +31,7 @@ In order to compile, you will need the following programs: >