go: define the constant STATUS_UNBALANCED_ATOMIC

Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch
status codes.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2012-05-09 12:23:08 +02:00 committed by David Bremner
parent 0af7295faf
commit f83a5c6241

View file

@ -24,6 +24,7 @@ const (
STATUS_NULL_POINTER STATUS_NULL_POINTER
STATUS_TAG_TOO_LONG STATUS_TAG_TOO_LONG
STATUS_UNBALANCED_FREEZE_THAW STATUS_UNBALANCED_FREEZE_THAW
STATUS_UNBALANCED_ATOMIC
STATUS_LAST_STATUS STATUS_LAST_STATUS
) )