[notmuch] [PATCH] Switch from random to sequential thread identifiers.
Sebastian Spaeth
Sebastian at SSpaeth.de
Tue Feb 9 02:07:57 PST 2010
On Tue, 09 Feb 2010 10:58:53 +0100, Sebastian Spaeth <Sebastian at SSpaeth.de> wrote:
> On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth <cworth at cworth.org> wrote:
> > diff --git a/lib/database-private.h b/lib/database-private.h
> ...
> > +
> > + uint64_t last_thread_id;
>
> throws:
> lib/database-private.h:37: error: 'uint64_t' does not name a type
using "unsigned long long int" works fine though. I think gcc 4.4 does
not include stdint by default anymore in C++ or something...
More information about the notmuch
mailing list