snapshot of my current debugging state

This commit is contained in:
holger krekel
2019-07-16 16:17:42 +02:00
parent 0e80ce9c39
commit 43936e7db7
4 changed files with 54 additions and 43 deletions

View File

@@ -52,7 +52,7 @@ pub unsafe fn dc_perform_imap_jobs(context: &Context) {
info!(
context,
0,
"INBOX-jobs started...",
"dc_perform_imap_jobs starting.",
);
let probe_imap_network = *context.probe_imap_network.clone().read().unwrap();
@@ -63,9 +63,10 @@ pub unsafe fn dc_perform_imap_jobs(context: &Context) {
info!(
context,
0,
"INBOX-jobs ended.",
"dc_perform_imap_jobs ended.",
);
}
unsafe fn dc_job_perform(context: &Context, thread: libc::c_int, probe_network: libc::c_int) {
// info!(context, 0, "dc_job_perform {} {}", thread, probe_network);
let mut select_stmt: *mut sqlite3_stmt;