Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
3a3bcd33
Commit
3a3bcd33
authored
Sep 15, 2009
by
malosek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pgm_sender code beautiication
parent
f44b215a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
pgm_sender.hpp
src/pgm_sender.hpp
+2
-9
No files found.
src/pgm_sender.hpp
View file @
3a3bcd33
...
...
@@ -17,15 +17,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ZMQ_
BP_
PGM_SENDER_HPP_INCLUDED__
#define __ZMQ_
BP_
PGM_SENDER_HPP_INCLUDED__
#ifndef __ZMQ_PGM_SENDER_HPP_INCLUDED__
#define __ZMQ_PGM_SENDER_HPP_INCLUDED__
#include "platform.hpp"
#if defined ZMQ_HAVE_OPENPGM
#include <vector>
#include "stdint.hpp"
#include "io_object.hpp"
#include "i_engine.hpp"
...
...
@@ -83,14 +81,10 @@ namespace zmq
i_inout
*
inout
;
// Output buffer from pgm_socket.
#ifdef ZMQ_HAVE_WINDOWS
unsigned
char
out_buffer
[
pgm_win_max_apdu
];
#else
unsigned
char
*
out_buffer
;
// Output buffer size.
size_t
out_buffer_size
;
#endif
size_t
write_size
;
size_t
write_pos
;
...
...
@@ -103,7 +97,6 @@ namespace zmq
};
}
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment