agent/src/os/linux/libproc_impl.h

changeset 4599
2394a89e89f4
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
child 9683
fba8dbd018a6
     1.1 --- a/agent/src/os/linux/libproc_impl.h	Wed Feb 13 11:23:46 2013 +0100
     1.2 +++ b/agent/src/os/linux/libproc_impl.h	Wed Feb 13 09:46:19 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -105,6 +105,7 @@
    1.11  int pathmap_open(const char* name);
    1.12  
    1.13  void print_debug(const char* format,...);
    1.14 +void print_error(const char* format,...);
    1.15  bool is_debug();
    1.16  
    1.17  typedef bool (*thread_info_callback)(struct ps_prochandle* ph, pthread_t pid, lwpid_t lwpid);

mercurial