~ubuntu-branches/ubuntu/trusty/mod-gearman/trusty

« back to all changes in this revision

Viewing changes to common/check_utils.c

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2013-11-24 23:32:43 UTC
  • mfrom: (4.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20131124233243-muri1jbi0zm1l433
Tags: 1.4.14-1
ImportedĀ upstreamĀ versionĀ 1.4.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
/* called when check runs into timeout */
393
393
void check_alarm_handler(int sig) {
394
394
    pid_t pid;
395
 
    int retval;
396
395
 
397
396
    gm_log( GM_LOG_TRACE, "check_alarm_handler(%i)\n", sig );
398
397
    pid = getpid();