comparison libinterp/corefcn/oct-procbuf.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 2aa5bcaba504 e88a07dec498
children 5f11de0e7440
comparison
equal deleted inserted replaced
31604:9ecc95d840ca 31606:dfa5d9c3ae72
33 33
34 #include <sys/types.h> 34 #include <sys/types.h>
35 35
36 #include "c-file-ptr-stream.h" 36 #include "c-file-ptr-stream.h"
37 37
38 OCTAVE_NAMESPACE_BEGIN 38 OCTAVE_BEGIN_NAMESPACE(octave)
39 39
40 class 40 class
41 procbuf : public c_file_ptr_buf 41 procbuf : public c_file_ptr_buf
42 { 42 {
43 public: 43 public:
79 pid_t m_proc_pid; 79 pid_t m_proc_pid;
80 80
81 procbuf *m_next; 81 procbuf *m_next;
82 }; 82 };
83 83
84 OCTAVE_NAMESPACE_END 84 OCTAVE_END_NAMESPACE(octave)
85 85
86 #endif 86 #endif