~luke-jr/moo/autoconf2.13

« back to all changes in this revision

Viewing changes to tasks.h

  • Committer: bjj
  • Date: 2003-06-12 18:16:56 UTC
  • Revision ID: cvs-1:bjj-20030612181656-69x2wf7nnw0278jm
Suspend input on connection until :do_login_command() can run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                                       Var);
37
37
 
38
38
extern void new_input_task(task_queue, const char *);
 
39
extern void task_suspend_input(task_queue);
39
40
extern enum error enqueue_forked_task2(activation a, int f_index,
40
41
                               unsigned after_seconds, int vid);
41
42
extern enum error enqueue_suspended_task(vm the_vm, void *data);
110
111
 
111
112
/* 
112
113
 * $Log: tasks.h,v $
 
114
 * Revision 1.4  2003/06/12 18:16:57  bjj
 
115
 * Suspend input on connection until :do_login_command() can run.
 
116
 *
113
117
 * Revision 1.3  1998/12/14 13:19:08  nop
114
118
 * Merge UNSAFE_OPTS (ref fixups); fix Log tag placement to fit CVS whims
115
119
 *