What' the difference ? -
05-17-2004
, 01:32 AM
What's the difference between the two concepts as follows?
typedef enum {
DB_SYNC_ALLOC, /* Flush for allocation. */
DB_SYNC_FILE, /* Flush file. */
} db_sync_op;
And could you tell me what is a Panic call ? (I'm very interested in it)
Thank you! |