summaryrefslogtreecommitdiff
path: root/rpmio/rpmsq.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-04-02 23:26:06 +0000
committerjbj <devnull@localhost>2003-04-02 23:26:06 +0000
commit598457907828b062cedc2cff252aeeab7b988fce (patch)
treec5da5e5a4e73420a8dd6105fe5705d9f41483be5 /rpmio/rpmsq.h
parent95f01d39a57c3c3d8ebf80cfd78e67c550dc32e5 (diff)
downloadrpm-598457907828b062cedc2cff252aeeab7b988fce.tar.gz
rpm-598457907828b062cedc2cff252aeeab7b988fce.tar.bz2
rpm-598457907828b062cedc2cff252aeeab7b988fce.zip
Use rpmswEnter/rpmswExit throughout.
CVS patchset: 6730 CVS date: 2003/04/02 23:26:06
Diffstat (limited to 'rpmio/rpmsq.h')
-rw-r--r--rpmio/rpmsq.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/rpmio/rpmsq.h b/rpmio/rpmsq.h
index 6d80f7853..40b829029 100644
--- a/rpmio/rpmsq.h
+++ b/rpmio/rpmsq.h
@@ -39,9 +39,8 @@ struct rpmsqElem {
pid_t child; /*!< Currently running child. */
volatile pid_t reaped; /*!< Reaped waitpid(3) return. */
volatile int status; /*!< Reaped waitpid(3) status. */
- struct rpmsw_s begin; /*!< Start time. */
- rpmtime_t msecs; /*!< Instance duration (msecs). */
- rpmtime_t script_msecs; /*!< Accumulated script duration (msecs). */
+ struct rpmop_s op; /*!< Scriptlet operation timestamp; */
+ rpmtime_t ms_scriptlets; /*!< Accumulated script duration (msecs). */
int reaper; /*!< Register SIGCHLD handler? */
int pipes[2]; /*!< Parent/child interlock. */
void * id; /*!< Blocking thread id (pthread_t). */