]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bpipe.h
kes If doing a mount, look for a slot, and if specified pass it to
[bacula/bacula] / bacula / src / lib / bpipe.h
index d41365f9238f81b01e48254b1ec971b1d29db4ad..353dd553f0ae767f45ae8ad51edf574277e69731 100644 (file)
@@ -1,11 +1,11 @@
-/* 
+/*
  *   Bi-directional pipe structure
  *
  *   Version $Id$
  */
 
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2002-2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -28,7 +28,7 @@ typedef struct s_bpipe {
    pid_t worker_pid;
    time_t worker_stime;
    int wait;
-   btimer_id timer_id;
+   btimer_t *timer_id;
    FILE *rfd;
    FILE *wfd;
 } BPIPE;