-
+ 1276267C579B82EF2D3970F1A55EB55546250669F23B9C85DA4B690BA779CC0820DF34F5EC179804C59C936687FF209EC8EC360CA30D9D0344B6AC477574B0FC
bitcoin/src/shiva.h
(0 . 0)(1 . 15)
342 #ifndef SHIVA_H
343 #define SHIVA_H
344
345 #define BACKLOG 10 /* listen() */
346
347 namespace scm {
348 /* We do this because the OP_* symbols in tinyscheme
349 clash with trb's script ops */
350 #include "shiva/scheme-private.h"
351 }
352
353 void ThreadShiva(void* parg);
354
355 #endif
356